Fix form text color on dark theme

This commit is contained in:
sfan5 2024-07-02 23:28:46 +02:00 committed by GitHub
parent 4fe0ff5b1a
commit d207184183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -454,7 +454,8 @@ h6:hover .header-anchor {
/* Dark theme */
body.dark {
body.dark,
body.dark .form-control {
color: #afafaf;
}