1
0
mirror of https://github.com/kognise/water.css.git synced 2025-04-23 18:52:44 +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
commit e74877b5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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