Merge remote-tracking branch 'origin/dev'

This commit is contained in:
schrumpel 2022-05-19 01:41:08 +00:00
commit 10ef57b0bf

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;
} }