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