Skip to content

Commit 6c0866b

Browse files
committed
修改博客主题,增加markdown加粗设置
1 parent e9ef16f commit 6c0866b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

themes/diaspora/source/css/diaspora.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,9 @@ pre .keyword,pre .javascript .function {color:#cc99cc;}
370370
.article .side {display:none}
371371
.comment .gt-btn-public .gt-btn-text:after{content:"";}
372372
}
373+
/* 针对你博客主题的强制加粗代码 */
374+
.content.markdown strong,
375+
.content.markdown b {
376+
font-weight: 700 !important; /* 强制粗体 */
377+
color: #333 !important; /* 可选:加深颜色让粗体更明显 */
378+
}

0 commit comments

Comments
 (0)