Main structure.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/* src/index.css */
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-ebony: #5e6545;
|
||||
--color-moss: #878b5a;
|
||||
--color-eggshell: #e7e4cf;
|
||||
--color-gold: #d6b456;
|
||||
--color-goldenrod: #c48d2e;
|
||||
|
||||
--color-slate-teal: #456466;
|
||||
--color-seafoam: #5B8C8A;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--color-eggshell);
|
||||
}
|
||||
Reference in New Issue
Block a user