feat: updates
This commit is contained in:
13
assets/css/input.css
Normal file
13
assets/css/input.css
Normal 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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user