modals: Fix background color bug from background color changes.

This commit is contained in:
evykassirer 2023-05-23 18:59:36 -07:00 committed by Tim Abbott
parent b3196e5310
commit 47c107faa5
3 changed files with 3 additions and 2 deletions

View File

@ -861,7 +861,7 @@ div.overlay {
.overlay-messages-container {
position: relative;
height: 95%;
background-color: hsl(0deg 0% 100%);
background-color: var(--color-background-modal);
border-radius: 4px;
padding: 0;
width: 58%;

View File

@ -860,6 +860,7 @@
.nav > li > a:hover,
.subscriptions-container .subscriptions-header,
.user-groups-container .user-groups-header,
.overlay-messages-header,
.grey-box,
.white-box,
.stream-email,

View File

@ -9,7 +9,7 @@
border-radius: 4px;
overflow: hidden;
background-color: hsl(0deg 0% 100%);
background-color: var(--color-background-modal);
}
.overlay-tabs {