From 7d12ecff0145c66113f81ce1b704316da0a403a5 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 9 Jan 2023 10:08:49 +0100 Subject: fix: CSS "content:" (#4985) * fix * frss.css * improve bubble for unread articles in global view --- p/themes/Dark/dark.rtl.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'p/themes/Dark/dark.rtl.css') diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 6871c2b57..faea0df5e 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -911,6 +911,11 @@ a.btn { text-shadow: none; } +#stream.global .feed .item-title:not([data-unread="0"])::after { + background-color: #171717; + margin-top: 1rem; +} + /*=== Panel */ #panel { background: #1c1c1c; -- cgit v1.2.3