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

More viewable visual alert for categories with problematic feeds

Alwaysin 10 лет назад
Родитель
Сommit
5d7fc35e89
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      p/themes/base-theme/template.css

+ 2 - 1
p/themes/base-theme/template.css

@@ -777,7 +777,8 @@ input:checked + .slide-container .properties {
 	content: attr(data-unread);
 }
 .category .title.error::before {
-	content: "⚠";
+	content: "⚠ ";
+	color: #bd362f;
 }
 .feed .item-title:not([data-unread="0"])::before {
 	content: "(" attr(data-unread) ") ";