diff --git a/src/theme/chat/_container.scss b/src/theme/chat/_container.scss index 668b845..7b4ebfe 100644 --- a/src/theme/chat/_container.scss +++ b/src/theme/chat/_container.scss @@ -1,13 +1,49 @@ #app-mount { - .chat_f75fb0 { - background: transparent; - border: none; - ol.scrollerInner__36d07 { - padding-bottom: var(--chat-bottom-spacing); - } - } - .chatContent_f75fb0 { - background: var(--bg-secondary); - border-left: 1px solid var(--bg-border); - } + .chat_f75fb0 { + background: transparent; + border: none; + + ol.scrollerInner__36d07 { + padding-bottom: var(--chat-bottom-spacing); + } + } + + .chatContent_f75fb0 { + background: var(--bg-secondary); + border-left: 1px solid var(--bg-border); + } + + .container__133bf { + background-color: var(--bg-primary); + } + .tabBody__133bf { + background-color: transparent; + } + .nowPlayingColumn__133bf { + background-color: transparent; + } + .theme-dark .themed__9293f { + background-color: transparent; + } + .refresh-active-now .wrapper__00943 { + background: transparent; + } + .wrapper_cb9592.minimum_cb9592 { + background: transparent; + } + .root_bfe55a { + background: transparent; + } + .channelChatWrapper_cb9592, .wrapper_cb9592 { + background: transparent; + } + .root_bfe55a { + background: var(--bg-primary); + } + .callContainer_cb9592 { + background: transparent; + } + .emptyCard__7e549 { + background: transparent; + } }