aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alwaysin <adrien@demma.fr> 2015-10-25 11:10:50 +0100
committerGravatar Alwaysin <adrien@demma.fr> 2015-10-25 11:10:50 +0100
commit5d7fc35e89d9e9954544399f49d1c46209ef19f9 (patch)
treeaec7c25df386341a13692bbf6177a378489ec579 /p
parent0202fd19ed310fc5ae6e098348ea02b4d43b82d7 (diff)
More viewable visual alert for categories with problematic feeds
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 92972b2c4..17a43d3ed 100644
--- a/p/themes/base-theme/template.css
+++ b/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) ") ";