generated from nhcarrigan/template
fix: make background less transparent
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user