diff --git a/scss/self.scss b/scss/self.scss index 4055820..152851a 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -40,7 +40,7 @@ box-shadow: #00000094 0 0 11px 0; } -#list-area, .topic-list-header{ +#list-area, .topic-list-header, .admin-detail{ background-color: unset !important; } @@ -56,7 +56,7 @@ padding: 24px; } -.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-detail { +.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content { background: var(--d-chat-input-bg-color); border-radius: var(--d-border-radius); box-shadow: #00000024 0 0 7px 2px;