Skip to content

Commit

Permalink
Merge pull request kognise#210 from habeckmatt/two
Browse files Browse the repository at this point in the history
Added color --text-bright to the selection in _misc
  • Loading branch information
kylejrp authored Jul 4, 2020
2 parents 882e01f + 4ff8556 commit e74877b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parts/_misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ tbody tr:nth-child(even) {

::selection {
background-color: var(--selection);
color: var(--text-bright);
}

details {
Expand Down

0 comments on commit e74877b

Please sign in to comment.