Browse Source

Modify bright elements in adark.css mobile view (#3774)

Elements with bright backgrounds in mobile view now have a dark background.
Poorchop 4 years ago
parent
commit
abe559c88c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      p/themes/Alternative-Dark/adark.css

+ 4 - 4
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;
 	}