mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
change default night mode card background to dark grey
This commit is contained in:
parent
a333e2024b
commit
364f4152a8
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
/* Copyright: Ankitects Pty Ltd and contributors
|
||||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
||||
|
||||
@use 'vars';
|
||||
|
||||
hr {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
@ -11,8 +13,8 @@ body {
|
|||
}
|
||||
|
||||
body.nightMode {
|
||||
background-color: black;
|
||||
color: white;
|
||||
background-color: vars.$night-window-bg;
|
||||
color: vars.$night-text-fg;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue