aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Dark/freshrss.css6
-rw-r--r--p/themes/Dark/global.css2
2 files changed, 2 insertions, 6 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 2e9ecee21..af2a7d455 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -807,11 +807,7 @@ select.number option {
}
.nav-head {
- background: #fff;
- background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
+ background: #1c1c1c;
}
.header > .item.search input {
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index c76e3b1ba..b982dd596 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -317,7 +317,7 @@ input, select, textarea {
display: block;
margin: 0;
background: linear-gradient(to bottom, #fff, #f0f0f0);
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #2f2f2f;
text-align: right;
}
.nav-head .item {