fix links in header not only for anchors
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-15 19:27:44 +02:00
parent a1bb702beb
commit 808bca2c6d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -88,10 +88,19 @@ a.anchor::before {
a.anchor {
text-decoration: none;
font-size: calc(var(--font-size) * 1.3);
vertical-align: baseline;
}
/* Links in headers */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-size: inherit;
}
/* Separators */
hr {
border: 0;