summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index f9b8edecd..2ce1ebd05 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -268,6 +268,9 @@ body.ttrss_main .hl a.title.high,
body.ttrss_main .hl span.hl-content.high .preview {
color: #00aa00;
}
+body.ttrss_main .hl.vgrlf .feed {
+ display: none;
+}
body.ttrss_main .hl.Unread {
background: white;
}
@@ -1161,6 +1164,9 @@ div.cdm.expanded.Unread div.content {
div.cdm.active div.content {
color: black;
}
+div.cdm.vgrlf .feed {
+ display: none;
+}
.cdm div.feed-title {
border: 0px solid #b87d2c;
border-bottom-width: 1px;