Fix font size for [src] links in headers

This commit is contained in:
Guillaume Gomez 2021-12-29 14:55:49 +01:00
parent 181e91567c
commit 270d09dca9

View file

@ -1080,8 +1080,11 @@ body.blur > :not(#help) {
.impl-items .srclink, .impl .srclink, .methods .srclink {
/* Override header settings otherwise it's too bold */
font-size: 1.0625rem;
font-weight: normal;
font-size: 1rem;
}
.impl .srclink {
font-size: 1.0625rem;
}
.rightside {