diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 4794ea0..c6da3c3 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -231,6 +231,12 @@ h2 a { button svg path { fill: white; } + .pagination-link { + color: white; + &.is-current { + color: white; + } + } } .dark-mode-toggler {