Skip to content

Commit

Permalink
::selection vibe (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Jan 24, 2019
1 parent 6b3929d commit 1894e95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion practice.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@

/* dubz */

::selection { background: #bae4ea; color: black }
@supports (--custom: vibe) {
::selection {
background: Black;
color: var(--tape-hex, Gold);
}
}

.roots {
font-family: Arial, sans-serif;
Expand Down

0 comments on commit 1894e95

Please sign in to comment.