update color
Browse files
app/src/styles/_variables.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
--default-font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
| 12 |
|
| 13 |
/* Brand (OKLCH base + derived states) */
|
| 14 |
-
--primary-base: oklch(0.75 0.12
|
| 15 |
--primary-color: var(--primary-base);
|
| 16 |
--primary-color-hover: oklch(from var(--primary-color) calc(l - 0.05) c h);
|
| 17 |
--primary-color-active: oklch(from var(--primary-color) calc(l - 0.10) c h);
|
|
|
|
| 11 |
--default-font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
| 12 |
|
| 13 |
/* Brand (OKLCH base + derived states) */
|
| 14 |
+
--primary-base: oklch(0.75 0.12 47);
|
| 15 |
--primary-color: var(--primary-base);
|
| 16 |
--primary-color-hover: oklch(from var(--primary-color) calc(l - 0.05) c h);
|
| 17 |
--primary-color-active: oklch(from var(--primary-color) calc(l - 0.10) c h);
|