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
@ -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 New Issue
Block a user