change selection background color to a transparent white

This commit is contained in:
emilyd 2023-10-04 18:59:41 +03:00 committed by lifehackerhansol
parent faf564d8e4
commit 0f39fa3d3c
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -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;