diff --git a/css/pagination.css b/css/pagination.css index a75a959..23c8e88 100644 --- a/css/pagination.css +++ b/css/pagination.css @@ -15,6 +15,10 @@ color: white; border-radius: 5px; } +.pagination-jkj a:hover:not(.active) { + background-color: #ddd; + border-radius: 5px; + } .pagination-jkj a:hover:not(.active) { background-color: #ddd; @@ -23,4 +27,4 @@ .jkj { background-color: #f79533; - } \ No newline at end of file + }