mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-28 02:55:20 +01:00
Refactor CSS variables and update button variant in CatchPhrase and [slug] components
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
body {
|
||||
@apply bg-white dark:bg-neutral-950;
|
||||
:root {
|
||||
--ui-white: #ffffff;
|
||||
--ui-black: #000000;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--ui-white: #ffffff;
|
||||
--ui-black: #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user