Refactor CSS variables and update button variant in CatchPhrase and [slug] components

This commit is contained in:
2025-07-24 20:30:31 +02:00
parent 8048549674
commit cfaea67829
3 changed files with 24 additions and 7 deletions

View File

@@ -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;
}