feat: add opacity and blur controls for background settings, enhancing customization options in the UI

This commit is contained in:
Julien Froidefond
2025-10-18 14:48:07 +02:00
parent e32921377f
commit 13626d56c2
8 changed files with 148 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ body {
@layer base {
:root {
--background: 0 0% 100%;
--background-rgb: 255, 255, 255;
--foreground: 222.2 84% 4.9%;
--card: 0 0% 100%;
@@ -54,6 +55,7 @@ body {
.dark {
--background: 222.2 84% 4.9%;
--background-rgb: 12, 17, 29;
--foreground: 210 40% 98%;
--card: 222.2 84% 4.9%;