Peertube theme: fix form background color.
This commit is contained in:
parent
1b6e8f0822
commit
eb3155c2a1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user