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:
Matthias Metelka 2022-04-22 06:17:43 +02:00 committed by GitHub
parent 280c06425d
commit 770fabd51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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