mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
7 lines
202 B
SCSS
7 lines
202 B
SCSS
/* night-mode-specific colours */
|
|
$button-gradient-start: #555555;
|
|
$button-gradient-end: #656565;
|
|
$button-outline: #222222;
|
|
$button-hover-bg: #656565;
|
|
$button-border: #646464;
|
|
$button-base-bg: #454545;
|