fix: make background less transparent
Node.js CI / CI (pull_request) Successful in 1m10s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m20s

This commit is contained in:
2026-03-03 17:44:26 -08:00
parent 709cd1f528
commit 6a92edf04e
+2 -2
View File
@@ -1,7 +1,7 @@
:root { :root {
/* Witch color palette */ /* Witch color palette */
--witch-purple: #2b1b3d; --witch-purple: #2b1b3d;
--witch-purple-translucent: hsla(267, 40%, 17%, 0.597); --witch-purple-translucent: hsla(267, 40%, 17%, 0.85);
--witch-plum: #44275a; --witch-plum: #44275a;
--witch-rose: #a8577e; --witch-rose: #a8577e;
--witch-mauve: #d4a5c7; --witch-mauve: #d4a5c7;
@@ -25,7 +25,7 @@
--sl-color-gray-6: var(--witch-purple); --sl-color-gray-6: var(--witch-purple);
/* Translucent background */ /* Translucent background */
--content-bg: rgba(181, 185, 187, 0.543); --content-bg: rgba(181, 185, 187, 0.85);
--content-blur: 8px; --content-blur: 8px;
} }