From df02bbe88815d277822ba081f565834f230df85b Mon Sep 17 00:00:00 2001 From: n loewen Date: Sat, 23 Sep 2023 15:00:35 -0700 Subject: [PATCH] (css) Remove unused code --- style.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/style.css b/style.css index 17b2fc3..9bc968b 100644 --- a/style.css +++ b/style.css @@ -88,19 +88,4 @@ h1 { background-color:hsl(50, 100%, 70%); border-left: 0.33ch solid hsl(50, 100%, 70%); border-right: 0.33ch solid hsl(50, 100%, 70%); -} - - -/* Adjustments for touchscreen devices */ - -@media (hover: none) { - .triangle-label { - color: white; - opacity: 0.75; - } - - .triangle:hover .triangle-label { - color: black; - opacity: 1; - } -} +} \ No newline at end of file