tfrere HF Staff commited on
Commit
20810cd
·
1 Parent(s): 49f98d3

update color

Browse files
Files changed (1) hide show
  1. app/src/styles/_variables.css +1 -1
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 337);
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);