DEV: common CSS property for content backgrounds (#23467)

This commit is contained in:
Kris
2023-09-08 12:07:04 -04:00
committed by GitHub
parent 7bcf934765
commit 22747e26fd
21 changed files with 105 additions and 54 deletions

View File

@ -195,6 +195,7 @@ body.has-full-page-chat {
.full-page-chat {
display: grid;
grid-template-columns: var(--full-page-sidebar-width) 1fr;
background: var(--d-content-background);
.chat-full-page-header {
border-top: 1px solid var(--primary-low);

View File

@ -168,7 +168,7 @@
}
.chat-message-container {
background-color: var(--secondary);
background-color: var(--d-content-background, var(--secondary));
&.-errored {
color: var(--primary-medium);