From 1894e951e56487d5025389b5df8f20cd300bc3a6 Mon Sep 17 00:00:00 2001 From: Ryan Van Etten Date: Wed, 23 Jan 2019 22:59:39 -0800 Subject: [PATCH] ::selection vibe (#4) --- practice.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/practice.css b/practice.css index c3843af..0f8fdf7 100644 --- a/practice.css +++ b/practice.css @@ -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;