From b0794093083716232fd0a461c50d9951a84570ed Mon Sep 17 00:00:00 2001
From: Volpeon <git@volpeon.ink>
Date: Tue, 10 Dec 2024 19:31:44 +0100
Subject: Update

---
 src/_core.vars.scss | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/_core.vars.scss b/src/_core.vars.scss
index 0c69713..c36e6bc 100644
--- a/src/_core.vars.scss
+++ b/src/_core.vars.scss
@@ -92,19 +92,19 @@ $themes-spec: (
             ),
             
             --colors: (
-                --100:  (math.div(0, 12) * -104 + 2)  (1 - .5 * math.div(0, 12))  (-30 + 10 * math.div(0, 12)),
-                --200:  (math.div(1, 12) * -104 + 2)  (1 - .5 * math.div(1, 12))  (-30 + 10 * math.div(1, 12)),
-                --300:  (math.div(2, 12) * -104 + 2)  (1 - .5 * math.div(2, 12))  (-30 + 10 * math.div(2, 12)),
-                --400:  (math.div(3, 12) * -104 + 2)  (1 - .5 * math.div(3, 12))  (-30 + 10 * math.div(3, 12)),
-                --500:  (math.div(4, 12) * -104 + 2)  (1 - .5 * math.div(4, 12))  (-30 + 10 * math.div(4, 12)),
-                --600:  (math.div(5, 12) * -104 + 2)  (1 - .5 * math.div(5, 12))  (-30 + 10 * math.div(5, 12)),
-                --700:  (math.div(6, 12) * -104 + 2)  (1 - .5 * math.div(6, 12))  (-30 + 10 * math.div(6, 12)),
-                --800:  (math.div(7, 12) * -104 + 2)  (1 - .5 * math.div(7, 12))  (-30 + 10 * math.div(7, 12)),
-                --900:  (math.div(8, 12) * -104 + 2)  (1 - .5 * math.div(8, 12))  (-30 + 10 * math.div(8, 12)),
-                --1000: (math.div(9, 12) * -104 + 2)  (1 - .5 * math.div(9, 12))  (-30 + 10 * math.div(9, 12)),
-                --1100: (math.div(10, 12) * -104 + 2) (1 - .5 * math.div(10, 12)) (-30 + 10 * math.div(10, 12)),
-                --1200: (math.div(11, 12) * -104 + 2) (1 - .5 * math.div(11, 12)) (-30 + 10 * math.div(11, 12)),
-                --1300: (math.div(12, 12) * -104 + 2) (1 - .5 * math.div(12, 12)) (-30 + 10 * math.div(12, 12)),
+                --100:  (math.div(0, 12) * -104 + 2)  (.6 + .6 * math.div(0, 12))  (-30 + 10 * math.div(0, 12)),
+                --200:  (math.div(1, 12) * -104 + 2)  (.6 + .6 * math.div(1, 12))  (-30 + 10 * math.div(1, 12)),
+                --300:  (math.div(2, 12) * -104 + 2)  (.6 + .6 * math.div(2, 12))  (-30 + 10 * math.div(2, 12)),
+                --400:  (math.div(3, 12) * -104 + 2)  (.6 + .6 * math.div(3, 12))  (-30 + 10 * math.div(3, 12)),
+                --500:  (math.div(4, 12) * -104 + 2)  (.6 + .6 * math.div(4, 12))  (-30 + 10 * math.div(4, 12)),
+                --600:  (math.div(5, 12) * -104 + 2)  (.6 + .6 * math.div(5, 12))  (-30 + 10 * math.div(5, 12)),
+                --700:  (math.div(6, 12) * -104 + 2)  (.6 + .6 * math.div(6, 12))  (-30 + 10 * math.div(6, 12)),
+                --800:  (math.div(7, 12) * -104 + 2)  (.6 + .6 * math.div(7, 12))  (-30 + 10 * math.div(7, 12)),
+                --900:  (math.div(8, 12) * -104 + 2)  (.6 + .6 * math.div(8, 12))  (-30 + 10 * math.div(8, 12)),
+                --1000: (math.div(9, 12) * -104 + 2)  (.6 + .6 * math.div(9, 12))  (-30 + 10 * math.div(9, 12)),
+                --1100: (math.div(10, 12) * -104 + 2) (.6 + .6 * math.div(10, 12)) (-30 + 10 * math.div(10, 12)),
+                --1200: (math.div(11, 12) * -104 + 2) (.6 + .6 * math.div(11, 12)) (-30 + 10 * math.div(11, 12)),
+                --1300: (math.div(12, 12) * -104 + 2) (.6 + .6 * math.div(12, 12)) (-30 + 10 * math.div(12, 12)),
             ),
         ),
 
@@ -204,7 +204,7 @@ $wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get($theme, -
 $wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get($theme, --base, --50));
 
 $wcfSidebarBackground: props.def(--wcfSidebarBackground, $wcfContentBackground);
-$wcfSidebarBorder: props.def(--wcfSidebarBackground, transparent);
+$wcfSidebarBorder: props.def(--wcfSidebarBorder, transparent);
 $wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText));
 
 $wcfButtonBackground: props.def(--wcfButtonBackground, props.get($theme, --base, --100));
-- 
cgit v1.2.3-70-g09d2