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 {
|
.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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue