master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
Showing only changes of commit 9aec26f4d3 - Show all commits

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 {