diff options
Diffstat (limited to 'anki-card-template/card.css')
-rw-r--r-- | anki-card-template/card.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/anki-card-template/card.css b/anki-card-template/card.css index 35c99ec..578866e 100644 --- a/anki-card-template/card.css +++ b/anki-card-template/card.css @@ -33,7 +33,6 @@ body { /* separator color */ #separator { background-color: black; } -.nightMode #separator, .night_mode #separator { background-color: white; } /* separator size */ @@ -125,10 +124,8 @@ body { /* tag style */ #card #back #tags .tag { background-color: hsl(calc(1deg * var(--tag-hue)), 60%, 20%); } -.nightMode #card #back #tags .tag, .night_mode #card #back #tags .tag { background-color: hsl(calc(1deg * var(--tag-hue)), 65%, 80%); } #card #back #tags .tag .inner { color: white; } -.nightMode #card #back #tags .tag .inner, .night_mode #card #back #tags .tag .inner { color: black; } #card #back #tags .tag { --tag-hue: 0; |