mirror of
https://github.com/kognise/water.css.git
synced 2025-08-31 16:51:52 +02:00
creation and implementation of selection variable
This commit is contained in:
8
dist/dark.css
vendored
8
dist/dark.css
vendored
@@ -238,4 +238,12 @@ tbody tr:nth-child(even) {
|
||||
background: #415c73;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: #161f27;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: #161f27;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=dark.css.map */
|
||||
|
Reference in New Issue
Block a user