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

Elements with bright backgrounds in mobile view now have a dark background.
pull/3790/head
Poorchop 3 years ago committed by GitHub
parent f1e15cdd82
commit abe559c88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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;
}

Loading…
Cancel
Save