Explorar o código

Merge pull request #1014 from Alwaysin/patch-1

More viewable visual alert for categories with problematic feeds
Alexandre Alapetite %!s(int64=10) %!d(string=hai) anos
pai
achega
eb912cc7a8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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) ") ";