Moved some variables to root
This commit is contained in:
@@ -37,11 +37,17 @@
|
||||
--orange-700: #c2410c;
|
||||
--purple-500: #8b5cf6;
|
||||
--purple-700: #6d28d9;
|
||||
|
||||
--foreground: var(--black);
|
||||
--background: var(--white);
|
||||
--border: var(--slate-400);
|
||||
--border-radius: .25rem;
|
||||
--shadow: color-mix(in srgb, var(--foreground) 10%, transparent) 0px 4px 12px;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
color: var(--slate-900);
|
||||
color: var(--foreground);
|
||||
}
|
||||
|
||||
a[href^='http'] {
|
||||
|
||||
Reference in New Issue
Block a user