Explorar el Código

Merge pull request #1014 from Alwaysin/patch-1

More viewable visual alert for categories with problematic feeds
Alexandre Alapetite hace 10 años
padre
commit
eb912cc7a8
Se han modificado 1 ficheros con 2 adiciones y 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) ") ";