Refine style further

I'm... moderately satisfied with this.
This commit is contained in:
Tetrakern 2024-10-15 13:22:55 +02:00
parent cdfe8c4c87
commit b4667654af
4 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -888,6 +888,7 @@ html:not(.logged-in) body:not(.logged-in) {
}
.footnotes {
font-size: max(8px, 0.8em); // Relative to content font size
line-height: 1.7;
margin-top: 4rem;

View File

@ -98,9 +98,11 @@ a.modal-tooltip {
}
.footnote-link {
scroll-margin-top: 64px;
--inline-link-color-visited: var(--inline-link-color);
text-decoration: none !important;
padding-left: 2px;
padding-left: 8px;
margin-left: -6px;
scroll-margin-top: 64px;
&:hover {
text-decoration: none !important;