fix: spacing
This commit is contained in:
parent
ca6b2e1881
commit
a373447e3b
22 changed files with 34 additions and 30 deletions
|
@ -73,14 +73,6 @@ blockquote {
|
|||
stroke-width: var(--stroke-width-bold) !important;
|
||||
}
|
||||
|
||||
a.linked-header {
|
||||
display: flex;
|
||||
|
||||
& svg {
|
||||
stroke: var(--accent-color);
|
||||
}
|
||||
}
|
||||
|
||||
sup.footnote-ref {
|
||||
line-height: var(--line-height-xs);
|
||||
|
||||
|
@ -111,6 +103,18 @@ a {
|
|||
& svg {
|
||||
stroke: var(--accent-color);
|
||||
}
|
||||
|
||||
&.linked-header {
|
||||
display: flex;
|
||||
|
||||
& svg {
|
||||
stroke: var(--accent-color);
|
||||
}
|
||||
}
|
||||
|
||||
&.back-link-header {
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
}
|
||||
|
||||
a:hover,
|
||||
|
|
Reference in a new issue