This repository has no description
Something went wrong. Try again.
123456789101112131415@import "tailwindcss";
@theme { --color-primary-text: #304345; --color-background: #FDFBEA; --color-primary: #FDFBEA: --color-secondary: #FDFBEA; --color-accent: #FDFBEA;}
body { background-color: var(--color-background); color: var(--color-primary-text);}