initial
This commit is contained in:
39
custom.css
Normal file
39
custom.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user