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

View File

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