Peertube theme: fix form background color.

This commit is contained in:
John Livingston 2021-11-23 16:46:01 +01:00
parent 1b6e8f0822
commit eb3155c2a1
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@
color: var(--peertube-button-foreground);
}
form {
&.converse-form {
background-color: var(--peertube-main-background);
}
}
// hidding avatars when screen width is not big enough.
@media screen and (max-width: 576px) {
.message {