Browse Source

chore: set h1 font weight to 600

Tienson Qin 4 years ago
parent
commit
4010689a7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/css/common.css

+ 1 - 1
resources/css/common.css

@@ -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,