mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Remove unnecessary night mode rule for typeans (#1815)
which caused https://forums.ankiweb.net/t/shaddow-below-cloze-type-area-in-night-mode/19287/2
This commit is contained in:
parent
280c06425d
commit
770fabd51b
1 changed files with 0 additions and 5 deletions
|
@ -48,11 +48,6 @@ img {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.night-mode #typeans {
|
||||
background-color: var(--frame-bg);
|
||||
color: var(--text-fg);
|
||||
}
|
||||
|
||||
.typeGood {
|
||||
background: #afa;
|
||||
color: black;
|
||||
|
|
Loading…
Reference in a new issue