From e585e572f076aadf76ae331bbc2bfa3c069effb4 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jan 2022 15:12:26 +0500 Subject: [PATCH] remove orange border on active page number --- themes/lumbung-theme/static/css/main.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 4d8538f..5293048 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -622,13 +622,11 @@ li.page-item a { } li.page-item.active { - border-color: tomato; padding: 0.4em; } -li.page-item.active::after, -li.page-item.active::before { - border-color: tomato +li.page-item.active a { + text-decoration: underline; } .active a.page-link {