From b156856c9292bc18185b19f03bfc14f038dd2e0f Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Thu, 26 Dec 2024 15:37:05 -0500 Subject: [PATCH] Remove separate visited-link color --- src/main/resources/static/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index a9a77a8..e087122 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -144,7 +144,6 @@ html, html[data-theme="light"][data-theme="light"] { --list-a-h-bg: #a82; --a-fg: #36c; - --a-v-fg: #63c; --tbl-border: #431; --tbl-td-bgr: #feb; @@ -218,7 +217,6 @@ html[data-theme="dark"], html[data-fallback-theme="dark"] { --list-a-h-bg: #fd7; --a-fg: #69f; - --a-v-fg: #96f; --tbl-border: #c93; --tbl-td-bgr: #430; @@ -522,7 +520,7 @@ a { } a:visited { - color: var(--a-v-fg); + color: var(--a-fg); } a:hover { -- 2.25.1