1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Use an appropriate color for visited links on dark theme

The contrast between background and purple for visited links was too
low (1.69). Use a brighter purple for the dark theme (contrast 6.87).
This commit is contained in:
Vincent Bernat 2021-04-13 09:25:27 +02:00 committed by fguillot
parent 18e414ec45
commit dbb5906767
4 changed files with 5 additions and 1 deletions

View file

@ -881,7 +881,7 @@ article.feed-parsing-error {
}
.entry-content a:visited {
color: purple;
color: var(--link-visited-color);
}
.entry-content dt {