mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
off-white background in graphs
This commit is contained in:
parent
290efb9e92
commit
c5996fa29b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
$day-fg: black;
|
$day-fg: black;
|
||||||
$day-bg: white;
|
$day-bg: #f7f7f7;
|
||||||
$day-tooltip-bg: #fcfcfc;
|
$day-tooltip-bg: #fcfcfc;
|
||||||
$night-fg: white;
|
$night-fg: white;
|
||||||
$night-bg: #222;
|
$night-bg: #222;
|
||||||
|
|
Loading…
Reference in a new issue