Skip to content

Commit f7a096f

Browse files
committed
docs: use devframe green for the semantic --ui-primary
1 parent 1ef3c16 commit f7a096f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/app/assets/css/devframe.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,16 @@
1717
--color-sage-900: #28352b;
1818
--color-sage-950: #131d16;
1919
}
20+
21+
/*
22+
* The comark-docs layer pins the semantic `--ui-primary` to neutral for its
23+
* monochrome look; devframe uses its brand green as the primary accent
24+
* (buttons, links, active nav). Loaded after the layer's theme, so this wins.
25+
*/
26+
:root {
27+
--ui-primary: var(--ui-color-primary-500);
28+
}
29+
30+
.dark {
31+
--ui-primary: var(--ui-color-primary-400);
32+
}

0 commit comments

Comments
 (0)