From 6650c402918992f6e3561311788395e19776d1e0 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 5 Dec 2024 07:03:18 -0800 Subject: [PATCH] dev: Store variable in root instead of * --- Theme/ElegantFin-theme-nightly.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a931505..7a2dd46 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2,8 +2,8 @@ @import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css"); -* { - outline: 0px dotted red !important; +:root { + /* outline: 0px dotted red !important; */ --darkerGradientPoint: rgb(17, 24, 39); --lighterGradientPoint: rgb(30, 40, 54); --borderColor: rgba(75, 85, 99, 0.9);