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:
Damien Elmes 2021-05-20 19:13:51 +10:00
parent ebae455668
commit 398cdc8992

View File

@ -47,6 +47,11 @@ img {
box-sizing: border-box;
}
.night-mode #typeans {
background-color: var(--frame-bg);
color: var(--text-fg);
}
.typeGood {
background: #0f0;
}