|
@@ -17,6 +17,7 @@ body {
|
|
|
background-color: #fef7e8;
|
|
background-color: #fef7e8;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
|
|
|
+ font-weight: 500;
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -99,6 +100,10 @@ body {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.card-body p {
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.card-body h1,
|
|
.card-body h1,
|
|
|
.card-body h2,
|
|
.card-body h2,
|
|
|
.card-body h3,
|
|
.card-body h3,
|
|
@@ -140,6 +145,7 @@ body {
|
|
|
color: #666;
|
|
color: #666;
|
|
|
font-size: 0.9375rem;
|
|
font-size: 0.9375rem;
|
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
|
|
|
+ font-weight: 500;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
|
max-height: none;
|
|
max-height: none;
|
|
@@ -314,3 +320,8 @@ body {
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+/* ==================== 文章内容段落加粗 ==================== */
|
|
|
|
|
+.post-content p {
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+}
|