refacto: reorganize scss for modularity

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent cee8bb00bc
commit 8d3d2d8b61
10 changed files with 301 additions and 303 deletions

17
sass/parts/_footnote.scss Normal file
View file

@ -0,0 +1,17 @@
footer.footnotes {
font-size: .8rem;
color: var(--subtext1);
margin-top: 3rem;
border-top: 1px solid var(--overlay0);
&>ol.footnotes-list>li {
margin-top: 1rem;
&>p {
margin: {
top: .4rem;
bottom: .4rem;
}
}
}
}