9 lines
153 B
CSS
9 lines
153 B
CSS
:root {
|
|
--primary: #4a1a7a;
|
|
--secondary: #fdfdfd;
|
|
--accent: #ffd700;
|
|
--foreground: #333;
|
|
--background: #fdfdfd;
|
|
--muted: #777;
|
|
}
|