Peertube theme: fix secondary buttons colors.

This commit is contained in:
John Livingston 2021-11-23 16:53:52 +01:00
parent eb3155c2a1
commit 8412c225d4
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
.button-cancel,
.btn-secondary,
.badge-secondary {
color: var(--peertube-button-foreground);
color: var(--peertube-grey-foreground);
background-color: var(--peertube-grey-background);
}
form {