change selection background color to a transparent white
This commit is contained in:
parent
b23b47e37a
commit
7e08b6bf3d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
/* Colors */
|
||||
/* hacks guide changes begin */
|
||||
$background-color: #28282b !default;
|
||||
$text-highlight-color: mix(#fff, $background-color, 15%) !default;
|
||||
$text-highlight-color: #ffffff26 !default;
|
||||
/* hacks guide changes end */
|
||||
$text-color: #eaeaea !default;
|
||||
$primary-color: #00adb5 !default;
|
||||
|
|
Loading…
Reference in a new issue