Skip to content

Commit

Permalink
hotfix: timeline items not visible in darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Feb 20, 2024
1 parent 7cf44c8 commit 48eb0e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@
body.dark .btn-primary .icon path {
stroke: var(--bs-dark-fixed);
}
body.dark .Timeline__item.disabled .icon path {
background-color: var(--bs-primary-transparent);
}

/* End of Dark style */

Expand Down

0 comments on commit 48eb0e8

Please sign in to comment.