From abe559c88c85fcc2392c7c6863eab8c0f6949c58 Mon Sep 17 00:00:00 2001 From: Poorchop Date: Fri, 20 Aug 2021 08:11:02 -0400 Subject: [PATCH] Modify bright elements in adark.css mobile view (#3774) Elements with bright backgrounds in mobile view now have a dark background. --- p/themes/Alternative-Dark/adark.css | 8 ++++---- 1 file 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; }