This commit is contained in:
2025-08-05 16:41:17 +02:00
parent 045486365d
commit 6eadc482eb
13 changed files with 638 additions and 589 deletions

View File

@@ -223,3 +223,9 @@
@apply bg-background text-foreground;
}
}
@layer utilities {
.bg-stat-gradient {
background: linear-gradient(to bottom, rgba(17, 17, 17, 0.5), rgba(50, 48, 49, 0.5));
}
}