summaryrefslogtreecommitdiff
path: root/web/assets/themes/soft.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets/themes/soft.css')
-rw-r--r--web/assets/themes/soft.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/themes/soft.css b/web/assets/themes/soft.css
index 05923d91d..691558bee 100644
--- a/web/assets/themes/soft.css
+++ b/web/assets/themes/soft.css
@@ -18,6 +18,12 @@
--orange2: var(--blue1);
--br: 0.8rem;
--br-inner: 0.4rem;
+ /* Use hardcoded grey as gray get re-styled in light mode */
+ --white1: #fafaff;
+ --gray1: #2a2b2f;
+ --gray2: #35363b;
+ --gray3: #45464e;
+ --gray8: #696a75;
/* Basic page styling (background + foreground) */
--bg: var(--soft-pink);