aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/p/themes/Alternative-Dark/adark.css
diff options
context:
space:
mode:
authormaTh <math-home@web.de>2023-01-09 10:08:49 +0100
committerGitHub <noreply@github.com>2023-01-09 10:08:49 +0100
commit7d12ecff0145c66113f81ce1b704316da0a403a5 (patch)
treeda7d4d6a8c6bbba80105a4e9d677d23b21d94836 /p/themes/Alternative-Dark/adark.css
parent5feefe416ff805090ad211eb670cc08c0db27dc1 (diff)
downloadfreshrss-7d12ecff0145c66113f81ce1b704316da0a403a5.tar.gz
freshrss-7d12ecff0145c66113f81ce1b704316da0a403a5.zip
fix: CSS "content:" (#4985)
* fix * frss.css * improve bubble for unread articles in global view
Diffstat (limited to 'p/themes/Alternative-Dark/adark.css')
-rw-r--r--p/themes/Alternative-Dark/adark.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index b85ef2232..8106f775b 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -582,7 +582,8 @@ kbd {
.aside.aside_feed .category .title:not([data-unread="0"])::after,
.aside.aside_feed .feed .item-title:not([data-unread="0"])::after,
-.global .box.category .title:not([data-unread="0"])::after {
+.global .box.category .title:not([data-unread="0"])::after,
+.global .feed .item-title:not([data-unread="0"])::after {
background-color: var(--background-color-dark);
color: var(--font-color-middle);
}
@@ -991,6 +992,10 @@ kbd {
text-shadow: none;
}
+#stream.global .feed .item-title:not([data-unread="0"])::after {
+ margin: 1rem 0px 0px;
+}
+
/*=== Slider */
#slider {
background: var(--background-color-dark);