Prepare dark theme, add pricing page

This commit is contained in:
kbe
2025-08-14 18:14:59 +02:00
parent be22888afb
commit 8aba6e31c8
8 changed files with 322 additions and 8 deletions

View File

@@ -119,4 +119,7 @@
body {
@apply bg-background text-foreground;
}
.pricing-page {
@apply bg-background text-foreground;
}
}