From 898708691a626e11c5d790164c480d52a2c4c143 Mon Sep 17 00:00:00 2001 From: jutty Date: Mon, 9 Feb 2026 20:59:46 -0300 Subject: [PATCH] Revert to text decoration for visited link distinctions --- static/public/assets/style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/static/public/assets/style.css b/static/public/assets/style.css index 73d9f19..50d7da6 100644 --- a/static/public/assets/style.css +++ b/static/public/assets/style.css @@ -69,8 +69,8 @@ pre, code { a { color: #0f6366; - text-decoration: underline dotted #138e8e; - text-decoration-thickness: 1.5px; + text-decoration: underline dotted #159b9b; + text-decoration-thickness: 2.5px; text-underline-offset: 3px; transition: 1500ms; } @@ -92,6 +92,7 @@ a.external { color: #1958a7; text-decoration-color: #2A7CDF; text-decoration-style: solid; + text-decoration-thickness: 1.5px; transition: 1500ms; } @@ -105,8 +106,7 @@ a:visited, a.detached:visited, a.external:visited { - text-decoration-color: #999; - color: #7e20cf; + text-decoration-color: #bbb; transition: 1500ms; } @@ -367,7 +367,6 @@ p.verse { a { color: #1dd7d7; - text-decoration-color: #159b9b; transition: 1500ms; } @@ -413,7 +412,6 @@ p.verse { a.external:visited { text-decoration-color: #999; - color: #a3a5ff; transition: 1500ms; }