Просмотр исходного кода

Do not change color of small tag

Talha Mansoor лет назад: 11
Родитель
Сommit
5e5cec840a
1 измененных файлов с 8 добавлено и 3 удалено
  1. 8 3
      static/css/elegant.css

+ 8 - 3
static/css/elegant.css

@@ -218,6 +218,14 @@ h6 {
     font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
     font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
     font-weight: normal;
     font-weight: normal;
 }
 }
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small {
+    color: inherit;
+}
 a {
 a {
     color: #3875d7;
     color: #3875d7;
 }
 }
@@ -428,9 +436,6 @@ article div.article-content ul:not(.articles-timeline) a:hover {
     margin: 20px 0;
     margin: 20px 0;
     padding: 5px 5px 15px;
     padding: 5px 5px 15px;
 }
 }
-.page-header small {
-    color: #8f7474;
-}
 .page-header a {
 .page-header a {
     color: #8B0000;
     color: #8B0000;
 }
 }