Change link color
authorLanius Trolling <lanius@laniustrolling.dev>
Mon, 30 Dec 2024 00:35:34 +0000 (19:35 -0500)
committerLanius Trolling <lanius@laniustrolling.dev>
Mon, 30 Dec 2024 00:35:34 +0000 (19:35 -0500)
src/main/resources/static/style.css

index 9026c7b8005611d4533408ac7e909bff59c9451c..1a80ce1b69e4356651dcc65ff69793e399e328e4 100644 (file)
@@ -143,7 +143,7 @@ html, html[data-theme="light"][data-theme="light"] {
        --list-a-h-fg: #feb;
        --list-a-h-bg: #a82;
 
-       --a-fg: #36c;
+       --a-fg: #860;
 
        --tbl-border: #431;
        --tbl-td-bgr: #feb;
@@ -216,7 +216,7 @@ html[data-theme="dark"], html[data-fallback-theme="dark"] {
        --list-a-h-fg: #541;
        --list-a-h-bg: #fd7;
 
-       --a-fg: #69f;
+       --a-fg: #fd7;
 
        --tbl-border: #c93;
        --tbl-td-bgr: #430;
@@ -514,16 +514,12 @@ div.list > div.item > a:hover {
        background-color: var(--list-a-h-bg);
 }
 
-a {
+a, a:visited {
        color: var(--a-fg);
        text-decoration: none;
 }
 
-a:visited {
-       color: var(--a-fg);
-}
-
-a:hover {
+a:hover, a:hover:visited {
        text-decoration: underline;
 }