From a314f1c92c216201eb5e0eb9080168083fd1b88d Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 21 Mar 2025 23:29:09 +0100 Subject: [PATCH] fix active page for pagination --- themes/hugo-sustain/assets/scss/default.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-sustain/assets/scss/default.scss b/themes/hugo-sustain/assets/scss/default.scss index 0d236b2..7c033e4 100755 --- a/themes/hugo-sustain/assets/scss/default.scss +++ b/themes/hugo-sustain/assets/scss/default.scss @@ -265,7 +265,7 @@ a.learn-more { /* Pagination */ .pagination { - li.page-item { + li.page-item:not(.active) { a { color: var(--primary-color);