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:
parent
18e414ec45
commit
dbb5906767
4 changed files with 5 additions and 1 deletions
|
@ -881,7 +881,7 @@ article.feed-parsing-error {
|
|||
}
|
||||
|
||||
.entry-content a:visited {
|
||||
color: purple;
|
||||
color: var(--link-visited-color);
|
||||
}
|
||||
|
||||
.entry-content dt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue