Peertube theme: fix modal background color.

This commit is contained in:
John Livingston 2021-11-23 16:32:13 +01:00
parent c56003264f
commit 09c2b676ba
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
} }
} }
.modal-content {
background-color: var(--peertube-main-background);
}
// hidding avatars when screen width is not big enough. // hidding avatars when screen width is not big enough.
@media screen and (max-width: 576px) { @media screen and (max-width: 576px) {
.message { .message {