From 5eefcf767768ce5e768030ab15747b504097cbaf Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jan 2022 15:13:23 +0500 Subject: [PATCH] remove orange color on active page number --- themes/lumbung-theme/static/css/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 5293048..0ab6a85 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -629,10 +629,6 @@ li.page-item.active a { text-decoration: underline; } -.active a.page-link { - color: tomato; -} - li.page-item.disabled { display: none; }