Skip to content

Commit

Permalink
add brightness to blog breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
zesuma committed Oct 9, 2023
1 parent ffb051d commit df5bfb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,10 @@ html[data-theme="dark"] .blog-breadcrumbs a[href="#"] {
filter: brightness(var(--filter-brightness-low));
}

html[data-theme="dark"] .blog-breadcrumbs a:hover {
filter: brightness(var(--filter-brightness-low));
}

html[data-theme="dark"] .blog-breadcrumbs a:not(:last-of-type):after,
html[data-theme="dark"] .blog-breadcrumbs a {
color: var(--darkmode-link-color);
Expand Down

0 comments on commit df5bfb3

Please sign in to comment.