fix header style ::before causing ascii line overflow
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
This commit is contained in:
parent
7ace3f606f
commit
eccbd26ac0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ a:visited {
|
||||||
text-decoration-color: var(--link-color);
|
text-decoration-color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not(a[hx-get*="hx"])::before {
|
a:not(.ascii a):not(a[hx-get*="hx"])::before {
|
||||||
content: ". -> . ";
|
content: ". -> . ";
|
||||||
color: var(--foreground-color);
|
color: var(--foreground-color);
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
|
Loading…
Reference in a new issue