This commit is contained in:
2024-09-25 22:38:26 +01:00
parent c329dc48f6
commit b1f40cd1be
32 changed files with 584 additions and 0 deletions

39
custom.css Normal file
View File

@@ -0,0 +1,39 @@
.subline {
opacity: .65;
font-size: .9em;
line-height: 1.5em;
margin-left: 1em !important;
display: inline-block;
}
h2::before {
content: "— "!important
}
h3::before {
content: "— — "!important
}
h4::before {
content: "— — — "!important
}
h5::before {
content: "— — — — "!important
}
h1:target::before,
h2:target::before,
h3:target::before,
h4:target::before,
h5:target::before,
h6:target::before {
display: inline!important;
margin-inline-start: inherit!important;
width: inherit!important;
}
main {
margin-bottom: 50vh;
}