From e1940891215e978f09e5d5c27b78388b3c3340b6 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 25 May 2020 23:04:57 +0200 Subject: Adjust custom color --- static/css/hyde.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index 6ee3e65..4f41617 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -246,12 +246,13 @@ ul.posts { .pagination li a:hover { color: #fff; - background: rgba(67, 118, 122, 0.75); + background-color: #49757a; + opacity: 0.75; } .pagination li.active a { color: #fff; - background: #49757a; + background-color: #49757a; } .pagination li.disabled a { -- cgit v1.2.1