From bc8ca1193808ebe6a37e3d749acf92d7533c0b1a Mon Sep 17 00:00:00 2001 From: Tanvir Date: Mon, 8 Jul 2024 17:12:26 +0600 Subject: [PATCH] adjust status panel color to match rosybrown theme --- chrome/panel/statuspanel.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/panel/statuspanel.css b/chrome/panel/statuspanel.css index 7511874..4245934 100644 --- a/chrome/panel/statuspanel.css +++ b/chrome/panel/statuspanel.css @@ -38,3 +38,8 @@ border-style: solid !important; padding: 5 5px !important; /* Padding on the sides */ } + +#statuspanel-label { + background-color: #202020 !important; + color: #c38f8f !important; +}