chore: set h1 font weight to 600

pull/1535/head
Tienson Qin 2021-03-24 23:38:00 +08:00
parent aef9b61839
commit 4010689a7b
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ h1.title {
margin-bottom: 1.5rem;
color: var(--ls-title-text-color, #222);
font-size: var(--ls-page-title-size, 36px);
font-weight: 700;
font-weight: 600;
}
.block-highlight,