master #50

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

View File

@ -674,6 +674,14 @@ html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span {
border-top: 1px outset gray; border-top: 1px outset gray;
} }
html[theme="f0ck95"] .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;
}
html[theme="f0ck95"] .metadata { html[theme="f0ck95"] .metadata {
border-left: inset 2px silver; border-left: inset 2px silver;
border-bottom: outset 2px silver; border-bottom: outset 2px silver;
@ -720,7 +728,7 @@ html[theme="f0ck95"] span.f0ck::after {
} }
html[theme="f0ck95"] .pagination > span { html[theme="f0ck95"] .pagination > span {
border: 1px dashed black !important; border: 1px dashed grey !important;
color: black; color: black;
text-shadow: none; text-shadow: none;
} }