diff options
author | Volpeon <git@volpeon.ink> | 2025-03-28 18:02:01 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-03-28 18:02:01 +0100 |
commit | 45866f5aa441afe2788de0cc423702e519bb745e (patch) | |
tree | 0b37ce0c6e05a978237e19c32d849e39ef472178 | |
parent | More fixes (diff) | |
download | furbase-design-2024-master.tar.gz furbase-design-2024-master.tar.bz2 furbase-design-2024-master.zip |
-rw-r--r-- | src/_core.vars.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss index e30afe3..6ccb430 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss | |||
@@ -88,6 +88,7 @@ $themes-spec: ( | |||
88 | --bg-sidebar-item: --base --100, | 88 | --bg-sidebar-item: --base --100, |
89 | --bg-footer-box: --base --100, | 89 | --bg-footer-box: --base --100, |
90 | --bg-footer: --base --700, | 90 | --bg-footer: --base --700, |
91 | --bg-editor: --base --50, | ||
91 | 92 | ||
92 | --link: ( | 93 | --link: ( |
93 | --fg: --red --1000, | 94 | --fg: --red --1000, |
@@ -153,7 +154,10 @@ $themes-spec: ( | |||
153 | --wcfButtonPrimaryBackgroundActive: --red --1200, | 154 | --wcfButtonPrimaryBackgroundActive: --red --1200, |
154 | --wcfButtonPrimaryTextActive: --red --1200-text, | 155 | --wcfButtonPrimaryTextActive: --red --1200-text, |
155 | 156 | ||
156 | --wcfInputBorderActive: --red --900, | 157 | --wcfInputBackground: --base --50, |
158 | --wcfInputBackgroundActive: --base --50, | ||
159 | --wcfInputBorder: --base --300, | ||
160 | --wcfInputBorderActive: --red --900, | ||
157 | 161 | ||
158 | --wcfBoxShadowCard: none, | 162 | --wcfBoxShadowCard: none, |
159 | 163 | ||
@@ -260,7 +264,6 @@ $themes-spec: ( | |||
260 | --bg-nav: --base --75, | 264 | --bg-nav: --base --75, |
261 | --bg-footer-box: --base --100, | 265 | --bg-footer-box: --base --100, |
262 | --bg-footer: --base --600, | 266 | --bg-footer: --base --600, |
263 | --bg-editor: --base --50, | ||
264 | 267 | ||
265 | --link: ( | 268 | --link: ( |
266 | --fg: --red --1200, | 269 | --fg: --red --1200, |
@@ -298,8 +301,6 @@ $themes-spec: ( | |||
298 | --wcfButtonPrimaryBackgroundActive: --red --1200, | 301 | --wcfButtonPrimaryBackgroundActive: --red --1200, |
299 | --wcfButtonPrimaryTextActive: --red --1200-text, | 302 | --wcfButtonPrimaryTextActive: --red --1200-text, |
300 | 303 | ||
301 | --wcfInputBorder: --base --300, | ||
302 | |||
303 | --wcfStatusSuccessBackground: --green --1000, | 304 | --wcfStatusSuccessBackground: --green --1000, |
304 | --wcfStatusSuccessBorder: --green --1000, | 305 | --wcfStatusSuccessBorder: --green --1000, |
305 | --wcfStatusSuccessText: --green --100, | 306 | --wcfStatusSuccessText: --green --100, |