Peertube theme: fix login form background colors.

This commit is contained in:
John Livingston 2021-11-23 17:30:12 +01:00
parent 3e3e5dd980
commit 8e0613622f
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -27,6 +27,10 @@
}
}
.chatroom .box-flyout .chatroom-body .chatroom-form-container {
background-color: var(--peertube-main-background);
}
.list-group-item {
color: var(--peertube-main-foreground);
background-color: var(--peertube-main-background);