mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-12-23 04:35:45 +02:00
Fix form text color on dark theme
Merge pull request #12 from sfan5/sfan5-patch-1
This commit is contained in:
commit
8f1b59d705
1 changed files with 2 additions and 1 deletions
|
|
@ -455,7 +455,8 @@ h6:hover .header-anchor {
|
|||
|
||||
/* Dark theme */
|
||||
|
||||
body.dark {
|
||||
body.dark,
|
||||
body.dark .form-control {
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue