Skip to content

Commit

Permalink
simplify color tokens, improve dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Nov 14, 2024
1 parent d44e8c2 commit cc41796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/css/components/breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
[aria-current] {
color: var(--color-primary-500);
font-weight: bold;

/* stylelint-disable-next-line order/order */
@media (prefers-color-scheme: dark) {
color: inherit;
}
}
}

Expand Down

0 comments on commit cc41796

Please sign in to comment.