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
|
/* Copyright: Ankitects Pty Ltd and contributors
|
||||||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
||||||
|
|
||||||
|
@use 'vars';
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
@ -11,8 +13,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.nightMode {
|
body.nightMode {
|
||||||
background-color: black;
|
background-color: vars.$night-window-bg;
|
||||||
color: white;
|
color: vars.$night-text-fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in a new issue