fix: better sup link style
This commit is contained in:
parent
49c2c035b6
commit
72cb16d40a
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
h1 {
|
||||||
//@include title(3.33em, 1.2em, 0.0em, 0.2em, 200);
|
//@include title(3.33em, 1.2em, 0.0em, 0.2em, 200);
|
||||||
@include newTitle($titlefont, 3.815, $fontweight_big);
|
@include newTitle($titlefont, 3.815, $fontweight_big);
|
||||||
|
|
Loading…
Reference in a new issue