added title styling to default stylesheet

This commit is contained in:
Daniel Fichtinger 2025-07-14 16:24:28 -04:00
parent 2bc12ff2ed
commit de86a92928

View file

@ -90,6 +90,11 @@ h1 {
font-weight: bold;
}
.title {
text-transform: lowercase;
font-family: monospace;
}
article h1:first-of-type {
margin-block-start: 1.67rem;
}