Skip to content

Commit

Permalink
fix(website): darken breadcrumbs color to ensure contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 5, 2022
1 parent d3f526f commit 1afdfe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: hsl(
var(--site-primary-hue-saturation-light) 58%
);
/* Use a darker color to ensure contrast */
--ifm-breadcrumb-color-active: var(--ifm-color-primary-darker);
}

[data-theme='dark'] {
Expand Down

0 comments on commit 1afdfe2

Please sign in to comment.