Fix form text color on dark theme

Merge pull request #12 from sfan5/sfan5-patch-1
This commit is contained in:
sb745 2025-12-22 14:40:54 +02:00 committed by GitHub
commit 8f1b59d705
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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