fix: better sup link style

This commit is contained in:
Kazhnuz 2021-07-26 12:52:19 +02:00
parent 49c2c035b6
commit 72cb16d40a

View file

@ -179,6 +179,16 @@ h1, h2, h3, h4, h5, h6, h7 {
}
}
sup, sub {
& > a {
color: $color-link;
background-color:transparent;
&:hover, &:focus, &:active {
color: darken($color-link, 10%);
}
}
}
h1 {
//@include title(3.33em, 1.2em, 0.0em, 0.2em, 200);
@include newTitle($titlefont, 3.815, $fontweight_big);