|
@@ -1,7 +1,11 @@
|
|
|
body {
|
|
|
font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif;
|
|
|
}
|
|
|
-
|
|
|
+/* 增强加粗、颜色、背景等 */
|
|
|
+strong {
|
|
|
+ font-weight: 900; /* 更粗的字体(如果有可用字重) */
|
|
|
+ padding: 1px; /* 增加内边距 */
|
|
|
+}
|
|
|
.vditor-reset {
|
|
|
font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif !important;
|
|
|
padding: 10px 30px !important;
|