From f92f48b0af3f80ca3a098acf02a6f44a334eb476 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Wed, 28 May 2025 16:19:56 +0200 Subject: [PATCH] Chaning the Current Page Color on the Pager --- data/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/style/style.css b/data/style/style.css index 83acd04..e64cbe0 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -899,12 +899,12 @@ div.content { cursor: pointer; text-decoration: none; margin: 0px 2px 0px 2px; - color: var(--clr-primary-a50); + color: var(--clr-light-a0); font-weight: 500; } .pager a.current { - color: var(--clr-light-a0); + color: var(--clr-primary-a0); }