Files
landing/program-2026/assets/index.css
2026-08-18 14:05:11 +07:00

9 lines
153 B
CSS

:root {
--primary: #4a1a7a;
--secondary: #fdfdfd;
--accent: #ffd700;
--foreground: #333;
--background: #fdfdfd;
--muted: #777;
}