Peertube theme: fix secondary buttons colors.

This commit is contained in:
John Livingston
2021-11-23 16:35:31 +01:00
parent 09c2b676ba
commit 49ea8a70a8
2 changed files with 8 additions and 2 deletions

View File

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