mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
add night-mode
This commit is contained in:
parent
344cac1ef4
commit
6ccd348d26
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night-mode .card {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue