Skip to content

Commit

Permalink
fix(ui): Fix updater changelog link contrast when using dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jan 14, 2025
1 parent 7c86147 commit f051d0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/valetudo/Updater.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
.reactMarkDown img {
max-width: 100%;
}

.reactMarkDown a {
color: inherit;
}

0 comments on commit f051d0f

Please sign in to comment.