mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Tweak webview button borders
This commit is contained in:
parent
4e8c7e819f
commit
c8aa72fa1c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/* night-mode-specific colours */
|
||||
$button-gradient-start: #3f3f3f;
|
||||
$button-gradient-end: #363636;
|
||||
$button-outline: #2f2f31;
|
||||
$button-outline: #202020;
|
||||
$button-hover-bg: #404040;
|
||||
$button-border: #2f2f31;
|
||||
$button-border: #202020;
|
||||
$button-base-bg: #343434;
|
||||
|
|
Loading…
Reference in a new issue