diff --git a/ui/src/index.css b/ui/src/index.css index bd6213e1..ee7f5a10 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -1,3 +1,11 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +@layer base { + :root { + --pink: #ff00c3; + --black: #ff00c3; + --white: #ff00c3; + } +} \ No newline at end of file