fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-05-20 14:02:01 -07:00
parent ca6b2e1881
commit a373447e3b
No known key found for this signature in database
22 changed files with 34 additions and 30 deletions

View file

@ -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,