feat: design system colors
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
:root {
|
||||||
|
--pink: #ff00c3;
|
||||||
|
--black: #ff00c3;
|
||||||
|
--white: #ff00c3;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user