Merge pull request 'f0ck95 navlink unify with pagination style' (#45) from dev into master

Reviewed-on: #45
This commit is contained in:
Kibi Kelburton 2022-05-19 14:46:38 +02:00
commit 9aec26f4d3

View File

@ -667,11 +667,13 @@ html[theme="f0ck95"] .embed-responsive-image {
} }
html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span { html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span {
border-radius: 0; border-radius: 0;
border-left: inset 1px silver; border-left: inset 1px silver;
border-bottom: outset 1px silver; border-bottom: outset 1px silver;
border-right: outset 1px silver; border-right: outset 1px silver;
border-top: 1px outset gray; 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 { html[theme="f0ck95"] .pagination > a, .pagination > span {