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 {