fix header style ::before causing ascii line overflow
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful

This commit is contained in:
sorrel 2024-01-18 22:48:15 -05:00
parent 7ace3f606f
commit eccbd26ac0

View file

@ -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;