is-broken on all three

This commit is contained in:
2026-08-17 13:32:46 +02:00
parent d8a7b60ba7
commit 998e5ad38b
+6 -2
View File
@@ -234,11 +234,15 @@ a:hover { text-decoration: underline; }
.original-source { color: #999; margin-top: 30px; } .original-source { color: #999; margin-top: 30px; }
/* ==== Link-Status (broken) ==== */ /* ==== Link-Status (broken) ==== */
.post-content a.is-broken { .post-content a.is-broken,
.about-intro a.is-broken,
.excerpt a.is-broken {
color: #a06020; color: #a06020;
border-bottom: 1px dashed #c9853f; 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); color: var(--accent);
text-decoration: none; text-decoration: none;
} }