Peertube theme: fix modal close button color.

This commit is contained in:
John Livingston 2021-11-23 16:39:49 +01:00
parent 49ea8a70a8
commit 1b6e8f0822
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
.modal-content {
background-color: var(--peertube-main-background);
.close {
color: var(--peertube-main-foreground);
}
}
.button-cancel,