From 6f03a500db452b48c65292ae326c52d5d21af856 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 27 Sep 2025 01:42:28 +0000 Subject: [PATCH] Add background style for popup --- ion-theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ion-theme.css b/ion-theme.css index c66557c..0507f39 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -361,3 +361,8 @@ display: none; } +/* popup */ +.standardSidebarView__23e6b { + background: rgb(0 0 0 / 90%); +} +