Skip to content

Commit

Permalink
imp: Fix the look of time spent icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Jun 3, 2024
1 parent e54bc34 commit 3f1fb31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/stylesheets/components/timelines.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
background-size: 60%;
border-radius: 50%;
}

[data-color-scheme="dark"] .timeline__time-spent::before {
background-image: url('../../icons/clock.svg');
}
}

.timeline__time-spent + .timeline__time-spent {
Expand Down

0 comments on commit 3f1fb31

Please sign in to comment.