FIX: dark mode background in two leftover elements

This commit is contained in:
Penar Musaraj 2021-03-13 09:25:29 -05:00
parent 63ad746995
commit 1ef4900c0f
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ body textarea {
max-width: 808px; max-width: 808px;
button { button {
margin-left: 1em; margin-left: 1em;
background-color: lighten($secondary, 10%); background-color: var(--material-lighter-secondary);
} }
} }

View File

@ -5,7 +5,7 @@
//create conversation cards //create conversation cards
.topic-body { .topic-body {
@include boxShadow; @include boxShadow;
background-color: lighten($secondary, 10%); background-color: var(--material-lighter-secondary);
margin-top: 10px; margin-top: 10px;
padding: 20px; padding: 20px;
border-radius: 4px; border-radius: 4px;