Style rework #35
1 changed files with 10 additions and 1 deletions
|
@ -88,10 +88,19 @@ a.anchor::before {
|
|||
|
||||
a.anchor {
|
||||
text-decoration: none;
|
||||
font-size: calc(var(--font-size) * 1.3);
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* Links in headers */
|
||||
h1 a,
|
||||
h2 a,
|
||||
h3 a,
|
||||
h4 a,
|
||||
h5 a,
|
||||
h6 a {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Separators */
|
||||
hr {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue