summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Dark/freshrss.css3
-rw-r--r--p/themes/Origine/freshrss.css2
2 files changed, 2 insertions, 3 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 77dd1fc4f..40634e398 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -201,9 +201,8 @@
line-height: 50px;
background: #1c1c1c;
border-top: 1px solid #2f2f2f;
- border-bottom: 1px solid #2f2f2f;
}
- .day:first-child {
+ #new-article + .day {
border-top: none;
}
.day .name {
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css
index 906e0c72b..495477a86 100644
--- a/p/themes/Origine/freshrss.css
+++ b/p/themes/Origine/freshrss.css
@@ -209,7 +209,7 @@
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
- .day:first-child {
+ #new-article + .day {
border-top: none;
}
.day .name {