summaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 1d069a01d..b884a3621 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -624,14 +624,12 @@ a.btn {
}
/*=== Aside main page (categories) */
-.aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
- margin: 10px 0;
- padding: 0 10px;
- background: inherit;
- font-size: 0.9rem;
- position: absolute;
- right: 0;
- line-height: 1.5rem;
+.aside.aside_feed .category .title:not([data-unread="0"])::after {
+ background-color: #2c3e50;
+}
+
+.aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
+ background-color: #34495e;
}
/*=== Aside main page (feeds) */