From 998e5ad38b3e991881085ab0751f65023f43f789 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Mon, 17 Aug 2026 13:32:46 +0200 Subject: [PATCH] is-broken on all three --- static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7a77736..b98258f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -234,11 +234,15 @@ a:hover { text-decoration: underline; } .original-source { color: #999; margin-top: 30px; } /* ==== Link-Status (broken) ==== */ -.post-content a.is-broken { +.post-content a.is-broken, +.about-intro a.is-broken, +.excerpt a.is-broken { color: #a06020; border-bottom: 1px dashed #c9853f; } -.post-content a.is-broken:hover { +.post-content a.is-broken:hover, +.about-intro a.is-broken:hover, +.excerpt a.is-broken:hover { color: var(--accent); text-decoration: none; }