Style rework #35
1 changed files with 2 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue