From 52eef1dc274257ef07455285d08309fa551b1f41 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:22:53 -0500 Subject: Forcing Pagination Link Colors in CSS --- static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index 4e5df555..66766c11 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -250,17 +250,17 @@ summary { padding: 5px 10px; cursor: pointer; background: #06022c; - color: #8693e1; + color: #8693e1 !important; margin: 0 5px; } .page-disabled { - color: #aaa; + color: #aaa !important; cursor: not-allowed; } .page-active { - color: #fff; + color: #fff !important; background: #000; text-decoration: none; } -- cgit v1.2.3