From 9f4432a942775011226bea761230357960abea70 Mon Sep 17 00:00:00 2001 From: schrumpel Date: Thu, 19 May 2022 03:40:20 +0200 Subject: [PATCH] f0ck95 fixes --- public/s/css/f0ck.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 7735513..9136a79 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -674,6 +674,14 @@ html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span { 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 { border-left: inset 2px silver; border-bottom: outset 2px silver; @@ -720,7 +728,7 @@ html[theme="f0ck95"] span.f0ck::after { } html[theme="f0ck95"] .pagination > span { - border: 1px dashed black !important; + border: 1px dashed grey !important; color: black; text-shadow: none; }