1
0
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:
Sidak Singh Aulakh
2019-04-30 01:57:20 +05:30
parent 770040da41
commit dd684c50e6
11 changed files with 30 additions and 6 deletions

8
dist/dark.css vendored
View File

@@ -238,4 +238,12 @@ tbody tr:nth-child(even) {
background: #415c73;
}
::-moz-selection {
background-color: #161f27;
}
::selection {
background-color: #161f27;
}
/*# sourceMappingURL=dark.css.map */