diff web_resources/style/feed-preview.css @ 1:1c31f4102408

Show a hint if the feed has no entries
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Thu, 04 Oct 2018 09:40:26 +0200
parents bc5cc170163c
children c271192aac9d
line wrap: on
line diff
--- a/web_resources/style/feed-preview.css	Wed Oct 03 23:40:57 2018 +0200
+++ b/web_resources/style/feed-preview.css	Thu Oct 04 09:40:26 2018 +0200
@@ -28,6 +28,11 @@
   margin: 0 0 16px 0;
 }
 
+#no-entries-hint {
+  color: var(--grey-50);
+}
+
+#no-entries-hint,
 .entry {
   clear: both;
   margin: 16px auto;