do not auto-load the first item in the reading pane
[rss-reader.git] / html / style.css
index 73fb32c8c3a89a11fed045e5ad90deaef6cc5f01..d7fdaa761806159e59f84c6350ae7407da58db35 100644 (file)
@@ -16,6 +16,10 @@ h1 {
   padding: 4px 8px;
 }
 
+a {
+  color: #1e61df;
+}
+
 .app {
   display: grid;
   grid-template-columns: 25% 75% auto;
@@ -30,7 +34,7 @@ h1 {
 }
 
 #feed-item-list {
-  height: calc(100% - 70px);
+  height: calc(100% - 75px);
 }
 #feed-item-list span {
   float: right;