Update visuals of title and subtitle
This commit is contained in:
parent
3fba6c156a
commit
e0fc47beb5
1 changed files with 11 additions and 3 deletions
|
@ -67,7 +67,7 @@ pre.src {
|
|||
.subtitle {
|
||||
font-size: 0.7rem;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
|
@ -76,6 +76,14 @@ pre.src {
|
|||
.title-header {
|
||||
text-align: center;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue