summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Alternative-Dark/adark.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index c75be12ad..f9d73e7e7 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -276,8 +276,8 @@ a.btn {
.nav-head {
margin: 0;
background: #fff;
- background: linear-gradient(to bottom, #fff, #f0f0f0);
- border-bottom: 1px solid #ddd;
+ background: #262626;
+ border-bottom: 1px solid #333;
text-align: right;
}
@@ -1125,11 +1125,11 @@ a.btn {
.aside .toggle_aside,
#panel .close {
- background: #f6f6f6;
+ background: #262626;
display: block;
width: 100%;
height: 50px;
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #333;
line-height: 50px;
text-align: center;
}