chore: set h1 font weight to 600

This commit is contained in:
Tienson Qin
2021-03-24 23:38:00 +08:00
parent aef9b61839
commit 4010689a7b

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,