From eb16487d735cf7ec233c8069ffb332405f90bdd9 Mon Sep 17 00:00:00 2001 From: schrumpel Date: Tue, 17 May 2022 11:18:49 +0200 Subject: [PATCH] making it more 95 --- public/s/css/f0ck.css | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 13574c8..0e9d156 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -570,8 +570,8 @@ html[theme='f0ck95'] { --metadata-bg: silver; --badge-bg: #a8a5a5; --posts-meta-bg: #000000b8; - --badge-sfw: #68a728; - --badge-nsfw: #a72828; + --badge-sfw: #339f72; + --badge-nsfw: #ea3131; --badge-tag: #959393; --scrollbar-color: #2b2b2b; --scroller-bg: #424242; @@ -701,6 +701,27 @@ html[theme="f0ck95"] .embed-responsive-16by9::before { padding-top: 46.25%; } +html[theme="f0ck95"] .badge-light { + color: #000; + text-shadow: none; + border: 1px outset; + border-radius: 0; +} + +html[theme="f0ck95"] .badge-success { + color: #000; + text-shadow: none; + border: 1px outset; + border-radius: 0; +} + +html[theme="f0ck95"] .badge-danger { + color: #000; + text-shadow: none; + border: 1px outset; + border-radius: 0; +} + /* f0ck95dARK */ html[theme='f0ck95d'] { --accent: #fff; @@ -873,6 +894,24 @@ html[theme="f0ck95d"] .badge-dark, #themeselector { box-shadow: var(--nav-link-box-shadow); } +html[theme="f0ck95d"] .badge-light { + text-shadow: none; + border: 1px outset; + border-radius: 0; +} + +html[theme="f0ck95d"] .badge-success { + text-shadow: none; + border: 1px outset; + border-radius: 0; +} + +html[theme="f0ck95d"] .badge-danger { + text-shadow: none; + border: 1px outset; + border-radius: 0; +} + ::-webkit-scrollbar { width: 2px; }