Peertube theme: fix modal close button color.
This commit is contained in:
parent
49ea8a70a8
commit
1b6e8f0822
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user