feat: updates

This commit is contained in:
2025-08-17 22:09:53 +02:00
parent 998e955ec8
commit 8c0dc905d9
18 changed files with 869 additions and 776 deletions

13
assets/css/input.css Normal file
View File

@@ -0,0 +1,13 @@
@import "tailwindcss";
@import "@catppuccin/tailwindcss/mocha.css";
@source "./layouts/**/*.{html,htm}";
@source "./content/**/*.{md,html}";
@source "./static/**/*.{html,js}";
@layer base {
html { @apply antialiased; }
body { @apply bg-ctp-base text-ctp-text font-sans; }
}