Peertube theme: fix moderation/affiliations colors.

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

View File

@ -27,6 +27,11 @@
}
}
.list-group-item {
color: var(--peertube-main-foreground);
background-color: var(--peertube-main-background);
}
// hidding avatars when screen width is not big enough.
@media screen and (max-width: 576px) {
.message {