dev: Store variable in root instead of *

This commit is contained in:
lscambo13
2024-12-05 07:03:18 -08:00
parent f8819f2817
commit 6650c40291

View File

@@ -2,8 +2,8 @@
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css"); @import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
* { :root {
outline: 0px dotted red !important; /* outline: 0px dotted red !important; */
--darkerGradientPoint: rgb(17, 24, 39); --darkerGradientPoint: rgb(17, 24, 39);
--lighterGradientPoint: rgb(30, 40, 54); --lighterGradientPoint: rgb(30, 40, 54);
--borderColor: rgba(75, 85, 99, 0.9); --borderColor: rgba(75, 85, 99, 0.9);