mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add night mode styling to type-in-the-answer box
https://forums.ankiweb.net/t/night-mode-does-not-affect-input-tags/10116
This commit is contained in:
parent
ebae455668
commit
398cdc8992
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ img {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night-mode #typeans {
|
||||||
|
background-color: var(--frame-bg);
|
||||||
|
color: var(--text-fg);
|
||||||
|
}
|
||||||
|
|
||||||
.typeGood {
|
.typeGood {
|
||||||
background: #0f0;
|
background: #0f0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue