1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-10 15:14:34 +02:00

Added color --text-bright to the selection in _misc

This commit is contained in:
Matt Habeck
2020-06-29 14:00:57 -05:00
parent 882e01f17c
commit 4ff85569f1

View File

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