Browse Source

Fix bold style

I'm not sure if this ever worked before but no styles were being applied
to strong tags.
Thomas Dy 3 years ago
parent
commit
c456f9d13c
2 changed files with 8 additions and 0 deletions
  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;
 }
 
+strong {
+  font-weight: bold;
+}
+
 #isso-thread {
   font-size: 80%;
 }

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

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