Fixed color of pagination link.
This commit is contained in:
parent
1eeff69f75
commit
a33eaeeedb
@ -231,6 +231,12 @@ h2 a {
|
||||
button svg path {
|
||||
fill: white;
|
||||
}
|
||||
.pagination-link {
|
||||
color: white;
|
||||
&.is-current {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.dark-mode-toggler {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user