Peertube theme: fix moderation/affiliations colors.
This commit is contained in:
parent
f334f17e8d
commit
3e3e5dd980
@ -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.
|
// hidding avatars when screen width is not big enough.
|
||||||
@media screen and (max-width: 576px) {
|
@media screen and (max-width: 576px) {
|
||||||
.message {
|
.message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user