This commit is contained in:
Thien Pham Van
2026-03-17 14:08:57 +07:00
parent c9940afc82
commit cf144ea896
34 changed files with 10875 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
: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;
}