Fixed color of pagination link.

This commit is contained in:
Greenscreener 2020-10-06 15:19:32 +02:00
parent 1eeff69f75
commit a33eaeeedb

View File

@ -231,6 +231,12 @@ h2 a {
button svg path { button svg path {
fill: white; fill: white;
} }
.pagination-link {
color: white;
&.is-current {
color: white;
}
}
} }
.dark-mode-toggler { .dark-mode-toggler {