Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit 6f85fa3f59 - Show all commits

View file

@ -71,12 +71,7 @@ main {
}
/* Anchors */
h1:hover a.anchor::before,
h2:hover a.anchor::before,
h3:hover a.anchor::before,
h4:hover a.anchor::before,
h5:hover a.anchor::before,
h6:hover a.anchor::before {
:is(h1, h2, h3, h4, h5, h6):hover a.anchor::before {
visibility: visible;
}
@ -92,12 +87,7 @@ a.anchor {
}
/* Links in headers */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
:is(h1, h2, h3, h4, h5, h6) a {
font-size: inherit;
}