Your commit message

This commit is contained in:
2026-01-19 22:24:25 +01:00
parent 818779ab07
commit 9fa8045c26
15 changed files with 392 additions and 221 deletions

View File

@@ -76,24 +76,25 @@
}
/* Dark theme following the warm palette aesthetic */
.dark {
--background: 30 15% 10%;
--foreground: 40 14% 92%;
/* Dark theme override with higher specificity */
html.dark {
--background: 30 15% 4%;
--foreground: 40 14% 96%;
--card: 30 12% 14%;
--card-foreground: 40 14% 92%;
--card: 30 10% 18%;
--card-foreground: 40 14% 96%;
--popover: 30 12% 14%;
--popover-foreground: 40 14% 92%;
--popover: 30 10% 18%;
--popover-foreground: 40 14% 96%;
--primary: 32 35% 55%;
--primary-foreground: 30 15% 10%;
--secondary: 30 12% 20%;
--secondary-foreground: 40 14% 92%;
--secondary: 30 10% 22%;
--secondary-foreground: 40 14% 96%;
--muted: 30 12% 20%;
--muted-foreground: 35 10% 60%;
--muted: 30 10% 22%;
--muted-foreground: 35 10% 65%;
--accent: 32 35% 55%;
--accent-foreground: 30 15% 10%;
@@ -107,9 +108,18 @@
--warning: 38 92% 50%;
--warning-foreground: 0 0% 100%;
--border: 30 12% 24%;
--input: 30 12% 24%;
--border: 30 12% 20%;
--input: 30 12% 20%;
--ring: 32 35% 50%;
/* Dark Mode Section Backgrounds */
--section-bg-1: 30 15% 8%;
--section-bg-2: 30 12% 10%;
--section-bg-3: 30 12% 9%;
--section-bg-4: 35 15% 11%;
--section-bg-5: 25 10% 9%;
--section-bg-6: 177 20% 8%;
--section-bg-7: 349 20% 9%;
}
}
@@ -196,6 +206,13 @@
inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.dark .glass-card {
background: rgba(40, 35, 30, 0.7);
/* Lighter, warmer dark glass */
border: 1px solid rgba(255, 255, 255, 0.12);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
}
.glass-card-dark {
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(20px) saturate(180%);