diff --git a/ui/static/css/common.css b/ui/static/css/common.css index a51597a5..5afce6cd 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -881,7 +881,7 @@ article.feed-parsing-error { } .entry-content a:visited { - color: purple; + color: var(--link-visited-color); } .entry-content dt { diff --git a/ui/static/css/dark.css b/ui/static/css/dark.css index 07b3c5b6..eff73aa5 100644 --- a/ui/static/css/dark.css +++ b/ui/static/css/dark.css @@ -7,6 +7,7 @@ --link-color: #aaa; --link-focus-color: #ddd; --link-hover-color: #ddd; + --link-visited-color: #f083e4; --header-list-border-color: #333; --header-link-color: #ddd; diff --git a/ui/static/css/light.css b/ui/static/css/light.css index 6d858b38..7b5f58c4 100644 --- a/ui/static/css/light.css +++ b/ui/static/css/light.css @@ -7,6 +7,7 @@ --link-color: #3366CC; --link-focus-color: red; --link-hover-color: #333; + --link-visited-color: purple; --header-list-border-color: #ddd; --header-link-color: #444; diff --git a/ui/static/css/system.css b/ui/static/css/system.css index 4f2486e7..60e33be0 100644 --- a/ui/static/css/system.css +++ b/ui/static/css/system.css @@ -7,6 +7,7 @@ --link-color: #3366CC; --link-focus-color: red; --link-hover-color: #333; + --link-visited-color: purple; --header-list-border-color: #ddd; --header-link-color: #444; @@ -114,6 +115,7 @@ --link-color: #aaa; --link-focus-color: #ddd; --link-hover-color: #ddd; + --link-visited-color: #f083e4; --header-list-border-color: #333; --header-link-color: #ddd;