Files
web/app/assets/styles/variables.css
Thien Pham Van cf144ea896 base
2026-03-17 14:08:57 +07:00

19 lines
370 B
CSS

:root {
/* Primary */
--color-primary: #16a34a;
--color-hover: #15803d;
/* Background */
--color-bg-light: #f0fdf4;
--color-card-bg: #ffffff;
/* Border */
--color-border: #bbf7d0;
/* Text */
--color-text-dark: #14532d;
--color-text-main: #111827;
--color-text-secondary: #374151;
--color-text-muted: #6b7280;
--color-text-light: #9ca3af;
}