From 3517de7586df3c374138c7947ac591462e0738b2 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Sat, 23 Oct 2021 21:41:11 -0300 Subject: [PATCH] Fixed border color for active item on dark-mode Fixed border color for active item on dark-mode --- build/scss/_pagination.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scss/_pagination.scss b/build/scss/_pagination.scss index bd9df5a07..82fb636f0 100644 --- a/build/scss/_pagination.scss +++ b/build/scss/_pagination.scss @@ -58,6 +58,7 @@ &.active { .page-link { background-color: $primary-alt; + border-color: $primary-alt; color: $white; &:hover,