Skip to content

Commit

Permalink
coral selection (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Aug 9, 2020
1 parent ae7d982 commit fbfdd2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ html {
.volume-8 { font-size: var(--volume-8) }
.volume-9 { font-size: var(--volume-9) }
.volume-10 { font-size: var(--volume-10) }

::selection {
color: black;
background: coral;
}

0 comments on commit fbfdd2f

Please sign in to comment.