Skip to content

Commit 9fcf82e

Browse files
committed
chore: update
1 parent dc5be90 commit 9fcf82e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/app/assets/css/devframe.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@
2626
* these a higher specificity than the layer's plain `:root` / `.dark`, so they
2727
* win regardless of stylesheet load order.
2828
*/
29-
:root:root {
29+
:root {
3030
--ui-primary: var(--ui-color-primary-500);
31-
--ui-text-highlighted: var(--ui-color-primary-700);
3231
}
3332

34-
:root.dark {
33+
.dark {
3534
--ui-primary: var(--ui-color-primary-400);
36-
--ui-text-highlighted: var(--ui-color-primary-300);
35+
}
36+
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);
3743
}

0 commit comments

Comments
 (0)