From 6f34980e9e0768ddff8676c9bd4d3300ddca1ac2 Mon Sep 17 00:00:00 2001 From: mugiwarafx Date: Sun, 6 Dec 2020 20:41:48 +0100 Subject: [PATCH] fix: proper var syntax --- mods/pinky-boom-theme/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/pinky-boom-theme/variables.css b/mods/pinky-boom-theme/variables.css index 1e2e16b..96ce9ae 100644 --- a/mods/pinky-boom-theme/variables.css +++ b/mods/pinky-boom-theme/variables.css @@ -23,7 +23,7 @@ --theme_light--scrollbar: #ff14ef; --theme_light--scrollbar-border: inherit; --theme_light--scrollbar_hover: hsl(350, 40%, 70%); - --theme-light--interactive_hover: rgb(228, 208, 255); + --theme_light--interactive_hover: rgb(228, 208, 255); --theme_light--selected:hsl(294deg, 100%, 88%); --theme_light--primary: #fd98f5; --theme_light--primary_hover: deeppink;