initial commit
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 27m7s

This commit is contained in:
kittentm 2026-05-12 21:05:12 +02:00
commit 97cbc930a0
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
23 changed files with 13243 additions and 0 deletions

18
app/assets/css/main.css Normal file
View file

@ -0,0 +1,18 @@
@import "tailwindcss";
@import "@nuxt/ui";
@theme static {
--font-sans: 'Public Sans', sans-serif;
--color-green-50: #EFFDF5;
--color-green-100: #D9FBE8;
--color-green-200: #B3F5D1;
--color-green-300: #75EDAE;
--color-green-400: #00DC82;
--color-green-500: #00C16A;
--color-green-600: #00A155;
--color-green-700: #007F45;
--color-green-800: #016538;
--color-green-900: #0A5331;
--color-green-950: #052E16;
}