diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index e56cedaf8..c4f2c8338 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -6,7 +6,7 @@ --gray-900: transparent; } -.container, #userpage > div.container-fluid, #root > div.App, .orgy-chat-window-item { +.container, #userpage > div.container-fluid, #root > div.App, .orgy-top-container { background: rgba(var(--background), 0.9) !important; }