浏览代码

Fix bold style

I'm not sure if this ever worked before but no styles were being applied
to strong tags.
Thomas Dy 3 年之前
父节点
当前提交
c456f9d13c
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      output/assets/css/theme.css
  2. 4 0
      themes/pleasant/static/assets/css/theme.css

+ 4 - 0
output/assets/css/theme.css

@@ -341,6 +341,10 @@ h1 small {
   margin-top: 8px;
   margin-top: 8px;
 }
 }
 
 
+strong {
+  font-weight: bold;
+}
+
 #isso-thread {
 #isso-thread {
   font-size: 80%;
   font-size: 80%;
 }
 }

+ 4 - 0
themes/pleasant/static/assets/css/theme.css

@@ -341,6 +341,10 @@ h1 small {
   margin-top: 8px;
   margin-top: 8px;
 }
 }
 
 
+strong {
+  font-weight: bold;
+}
+
 #isso-thread {
 #isso-thread {
   font-size: 80%;
   font-size: 80%;
 }
 }