Commit ·
4e8c19d
1
Parent(s): 641712a
style: teal primary color for CRL article
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.
|
| 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.65 0.13 195);
|
| 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);
|