background & text selection color changes
This commit is contained in:
parent
d6c06dc2c4
commit
e34fbed4ed
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
========================================================================== */
|
||||
|
||||
/* Colors */
|
||||
$background-color: #252a34 !default;
|
||||
/* hacks guide changes begin */
|
||||
$background-color: #28282b !default;
|
||||
$text-highlight-color: mix(#fff, $background-color, 15%) !default;
|
||||
/* hacks guide changes end */
|
||||
$text-color: #eaeaea !default;
|
||||
$primary-color: #00adb5 !default;
|
||||
$border-color: mix(#fff, $background-color, 20%) !default;
|
||||
|
|
Loading…
Reference in a new issue