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