소스 검색

More viewable visual alert for categories with problematic feeds

Alwaysin 10 년 전
부모
커밋
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) ") ";