Skip to content

Commit

Permalink
Merge pull request jazzband#230 from creimers/master
Browse files Browse the repository at this point in the history
change label font color to white in dark mode
  • Loading branch information
lino authored Oct 3, 2024
2 parents 0c2e24f + b4b3df6 commit 883e219
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recurrence/static/recurrence/css/recurrence.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ div.recurrence-widget a.recurrence-label {
color: black;
}

@media (prefers-color-scheme: dark) {
div.recurrence-widget a.recurrence-label {
color: white;
}
}

div.recurrence-widget .remove,
div.recurrence-widget .remove:link,
div.recurrence-widget .remove:visited {
Expand Down

0 comments on commit 883e219

Please sign in to comment.