Update visuals of title and subtitle

This commit is contained in:
Tom Willemse 2023-07-24 23:14:26 -07:00
parent 3fba6c156a
commit e0fc47beb5

View file

@ -67,7 +67,7 @@ pre.src {
.subtitle { .subtitle {
font-size: 0.7rem; font-size: 0.7rem;
margin: 0; margin: 0;
text-align: center; text-align: right;
padding: 0; padding: 0;
margin: 0; margin: 0;
line-height: 1; line-height: 1;
@ -76,6 +76,14 @@ pre.src {
.title-header { .title-header {
text-align: center; text-align: center;
margin: 0; margin: 0;
font-size: 1rem;
line-height: 1; border-bottom-width: 1px;
border-bottom-style: solid;
@media (prefers-color-scheme: dark) {
border-bottom-color: @dark-foreground;
}
@media (prefers-color-scheme: light) {
border-bottom-color: @light-foreground;
}
} }