mirror of
https://github.com/kognise/water.css.git
synced 2025-08-19 11:21:22 +02:00
creation and implementation of selection variable
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
$background: #202b38 !default;
|
||||
$background-alt: #161f27 !default;
|
||||
|
||||
$selection: #161f27 !default;
|
||||
|
||||
$text-main: #dbdbdb !default;
|
||||
$text-bright: #ffffff !default;
|
||||
|
||||
|
@@ -1,6 +1,8 @@
|
||||
$background: #ffffff !default;
|
||||
$background-alt: #efefef !default;
|
||||
|
||||
$selection: #9e9e9e !default;
|
||||
|
||||
$text-main: #363636 !default;
|
||||
$text-bright: #000000 !default;
|
||||
|
||||
|
@@ -43,4 +43,8 @@ tbody tr:nth-child(even) {
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: $scrollbar-thumb-hover;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: $selection;
|
||||
}
|
Reference in New Issue
Block a user