diff options
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 92d4917f5..92972b2c4 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -776,6 +776,9 @@ input:checked + .slide-container .properties { .category .title:not([data-unread="0"])::after { content: attr(data-unread); } +.category .title.error::before { + content: "⚠"; +} .feed .item-title:not([data-unread="0"])::before { content: "(" attr(data-unread) ") "; } |
