FIX: dark mode background in two leftover elements
This commit is contained in:
parent
63ad746995
commit
1ef4900c0f
@ -54,7 +54,7 @@ body textarea {
|
||||
max-width: 808px;
|
||||
button {
|
||||
margin-left: 1em;
|
||||
background-color: lighten($secondary, 10%);
|
||||
background-color: var(--material-lighter-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
//create conversation cards
|
||||
.topic-body {
|
||||
@include boxShadow;
|
||||
background-color: lighten($secondary, 10%);
|
||||
background-color: var(--material-lighter-secondary);
|
||||
margin-top: 10px;
|
||||
padding: 20px;
|
||||
border-radius: 4px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user