From eccbd26ac07a6dc80a4a287937478b9ceda0d8b6 Mon Sep 17 00:00:00 2001 From: sorrel Date: Thu, 18 Jan 2024 22:48:15 -0500 Subject: [PATCH] fix header style ::before causing ascii line overflow --- static/style/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/styles.css b/static/style/styles.css index 7a24122..0b347ae 100644 --- a/static/style/styles.css +++ b/static/style/styles.css @@ -69,7 +69,7 @@ a:visited { text-decoration-color: var(--link-color); } -a:not(a[hx-get*="hx"])::before { +a:not(.ascii a):not(a[hx-get*="hx"])::before { content: ". -> . "; color: var(--foreground-color); font-weight: 900;