Browse Source

make bold text color consistence with the theme color scheme

hossainemruz 5 năm trước cách đây
mục cha
commit
6af92aa5ae
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      static/assets/css/style.css

+ 4 - 0
static/assets/css/style.css

@@ -26,6 +26,10 @@ h5 {
   color: #1c2d41;
 }
 
+strong{
+  color: #1c2d41!important;
+}
+
 p {
   color: #3c4858;
 }