Use variables for blurred bg

This commit is contained in:
thiloho
2024-09-24 17:35:28 +02:00
parent e87ea3cfb5
commit 0e3c0f094c
3 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
--bg-primary: white;
--bg-secondary: hsl(0 0% 95%);
--bg-tertiary: hsl(0 0% 90%);
--bg-blurred: rgba(255, 255, 255, 0.5);
--color-text: black;
--color-text-invert: white;
@@ -75,6 +76,7 @@
--bg-primary: hsl(0 0% 15%);
--bg-secondary: hsl(0 0% 20%);
--bg-tertiary: hsl(0 0% 25%);
--bg-blurred: rgba(0, 0, 0, 0.5);
--color-text: white;
--color-text-invert: black;