Преглед изворни кода

h4,h5,h6 (#5886)

Co-authored-by: math-gh <>
maTh пре 2 година
родитељ
комит
b3c0b4e979
2 измењених фајлова са 12 додато и 0 уклоњено
  1. 6 0
      p/themes/base-theme/frss.css
  2. 6 0
      p/themes/base-theme/frss.rtl.css

+ 6 - 0
p/themes/base-theme/frss.css

@@ -122,6 +122,12 @@ h3 {
 	line-height: 1.5;
 }
 
+h4,
+h5,
+h6 {
+	font-size: 1em;
+}
+
 .title_hidden {
 	display: none;
 }

+ 6 - 0
p/themes/base-theme/frss.rtl.css

@@ -122,6 +122,12 @@ h3 {
 	line-height: 1.5;
 }
 
+h4,
+h5,
+h6 {
+	font-size: 1em;
+}
+
 .title_hidden {
 	display: none;
 }