diff options
| author | 2021-08-20 08:11:02 -0400 | |
|---|---|---|
| committer | 2021-08-20 14:11:02 +0200 | |
| commit | abe559c88c85fcc2392c7c6863eab8c0f6949c58 (patch) | |
| tree | 6278a1b96fc59dc1017981124260c108a83ac36b | |
| parent | f1e15cdd82e99342a58250f62535f4e2e05ba94a (diff) | |
Modify bright elements in adark.css mobile view (#3774)
Elements with bright backgrounds in mobile view now have a dark background.
| -rw-r--r-- | p/themes/Alternative-Dark/adark.css | 8 |
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; } |
