chore: refine plugins and astro config

This commit is contained in:
radishzzz 2025-01-14 05:31:58 +00:00
parent 5d77abf77c
commit 77fc6eff6c
10 changed files with 346 additions and 460 deletions

5
src/styles/global.css Normal file
View file

@ -0,0 +1,5 @@
:root {
--uno-colors-primary: theme('colors.primary');
--uno-colors-backgroundStart: theme('colors.backgroundStart');
--uno-colors-backgroundEnd: theme('colors.backgroundEnd');
}