base
This commit is contained in:
19
app/assets/styles/variables.css
Normal file
19
app/assets/styles/variables.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user