base for output and styling

This commit is contained in:
Satria 2026-05-25 18:44:42 +07:00
commit bc21240e9f
7 changed files with 366 additions and 1 deletions

4
style.css Normal file
View file

@ -0,0 +1,4 @@
@import "tailwindcss";
@import "@catppuccin/tailwindcss/mocha.css";
body { @apply bg-ctp-base text-ctp-text; }