Org html styling: tweak subtitle selector

This commit is contained in:
TEC 2022-04-12 11:39:13 +08:00
parent 80d431feee
commit b26454324a
Signed by: tec
GPG Key ID: 779591AFDB81F06C
2 changed files with 9 additions and 9 deletions

View File

@ -45,11 +45,11 @@ body {
margin-bottom: 10px;
margin-top: 10px;
text-transform: none;
.subtitle {
font-size: 24px;
color: $text-light;
margin: 0;
}
}
.subtitle {
font-size: 24px;
color: $text-light;
margin: 0;
}
}

View File

@ -239,10 +239,10 @@ body {
margin-bottom: 10px;
margin-top: 10px;
text-transform: none; }
.page-header h1 .subtitle {
font-size: 24px;
color: var(--text-light);
margin: 0; }
.page-header .subtitle {
font-size: 24px;
color: var(--text-light);
margin: 0; }
.page-meta {
font-family: "Open Sans", sans;