Skip to content

Commit

Permalink
fix for breadcrumb separator icon in dark mode (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 authored Nov 26, 2024
1 parent 33fc6b6 commit fb04e92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/ams-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@
[data-theme='dark'] .ams-page-menu__link:hover {
color: var(--ifm-link-color);
}

[data-theme='dark'] .ams-breadcrumb__item:not(:last-child):after {
filter: invert(1);
}

0 comments on commit fb04e92

Please sign in to comment.