There was an error while loading. Please reload this page.
1 parent dc5be90 commit 9fcf82eCopy full SHA for 9fcf82e
1 file changed
docs/app/assets/css/devframe.css
@@ -26,12 +26,18 @@
26
* these a higher specificity than the layer's plain `:root` / `.dark`, so they
27
* win regardless of stylesheet load order.
28
*/
29
-:root:root {
+:root {
30
--ui-primary: var(--ui-color-primary-500);
31
- --ui-text-highlighted: var(--ui-color-primary-700);
32
}
33
34
-:root.dark {
+.dark {
35
--ui-primary: var(--ui-color-primary-400);
36
- --ui-text-highlighted: var(--ui-color-primary-300);
+}
+
37
+[data-active].text-highlighted {
38
+ color: var(--ui-color-primary-500);
39
40
41
+.dark [data-active].text-highlighted {
42
+ color: var(--ui-color-primary-400);
43
0 commit comments