1
0
mirror of https://github.com/kognise/water.css.git synced 2025-07-31 10:20:31 +02:00

Merge pull request #210 from habeckmatt/two

Added color --text-bright to the selection in _misc
This commit is contained in:
Kyle Pollard
2020-07-03 18:10:40 -07:00
committed by GitHub

View File

@@ -61,6 +61,7 @@ tbody tr:nth-child(even) {
::selection {
background-color: var(--selection);
color: var(--text-bright);
}
details {