From: Lanius Trolling Date: Thu, 26 Dec 2024 20:37:05 +0000 (-0500) Subject: Remove separate visited-link color X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=b156856c9292bc18185b19f03bfc14f038dd2e0f;p=factbooks Remove separate visited-link color --- 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 {