mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
14 lines
200 B
CSS
14 lines
200 B
CSS
@import "tailwindcss";
|
|
@import "@nuxt/ui";
|
|
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
:root {
|
|
--ui-white: #ffffff;
|
|
--ui-black: #000000;
|
|
}
|
|
|
|
.dark {
|
|
--ui-white: #ffffff;
|
|
--ui-black: #000000;
|
|
} |