From 9530bd50e3fd1cd7d35a7d59d1d9752be715f37c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 29 Nov 2022 03:47:31 +0200 Subject: [PATCH] transparent theme - change color --- files/assets/css/transparent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 3d184f20a..a0c649cb5 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -14,5 +14,5 @@ } #mobile-bottom-navigation-bar, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body { - background-color: var(--gray-500) !important; + background-color: #21262d !important; }