From e16138583e8e94551558110e023a88285b878bdd Mon Sep 17 00:00:00 2001 From: schrumpel Date: Thu, 19 May 2022 14:46:22 +0200 Subject: [PATCH] f0ck95 navlink unify with pagination style --- public/s/css/f0ck.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 9136a79..b038085 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -667,11 +667,13 @@ html[theme="f0ck95"] .embed-responsive-image { } html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span { - border-radius: 0; - border-left: inset 1px silver; - border-bottom: outset 1px silver; - border-right: outset 1px silver; - border-top: 1px outset gray; + border-radius: 0; + border-left: inset 1px silver; + border-bottom: outset 1px silver; + border-right: outset 1px silver; + border-top: 1px outset gray; + box-shadow: var(--pagination-anchor-box-shadow); + background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient)); } html[theme="f0ck95"] .pagination > a, .pagination > span {