Cabal_Charter/custom.css

40 lines
564 B
CSS
Raw Permalink Normal View History

2024-09-25 22:38:26 +01:00
.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;
}