summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/default.css b/css/default.css
index 5839cbdb5..e82789b71 100644
--- a/css/default.css
+++ b/css/default.css
@@ -183,6 +183,7 @@ body.ttrss_main .hl {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
+ background: #f5f5f5;
}
body.ttrss_main .hl > * {
align-self: center;
@@ -249,12 +250,15 @@ body.ttrss_main .hl div.title a {
font-weight: 600;
text-rendering: optimizelegibility;
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
- color: #777;
+ color: #555;
}
body.ttrss_main .hl a.title.high,
body.ttrss_main .hl span.hl-content.high .preview {
color: #00aa00;
}
+body.ttrss_main .hl.Unread {
+ background: white;
+}
body.ttrss_main .hl.Unread div.title a {
color: black;
}
@@ -1306,7 +1310,7 @@ div#floatingTitle.Unread a.title {
color: black;
}
.cdm.expandable {
- background-color: #f0f0f0;
+ background-color: #f5f5f5;
border: 0px solid #ddd;
border-bottom-width: 1px;
}