Merge pull request 'making it more 95' (#44) from dev into master

Reviewed-on: #44
This commit is contained in:
Kibi Kelburton 2022-05-17 11:19:01 +02:00
commit 9fc920c1d2

View File

@ -570,8 +570,8 @@ html[theme='f0ck95'] {
--metadata-bg: silver; --metadata-bg: silver;
--badge-bg: #a8a5a5; --badge-bg: #a8a5a5;
--posts-meta-bg: #000000b8; --posts-meta-bg: #000000b8;
--badge-sfw: #68a728; --badge-sfw: #339f72;
--badge-nsfw: #a72828; --badge-nsfw: #ea3131;
--badge-tag: #959393; --badge-tag: #959393;
--scrollbar-color: #2b2b2b; --scrollbar-color: #2b2b2b;
--scroller-bg: #424242; --scroller-bg: #424242;
@ -701,6 +701,27 @@ html[theme="f0ck95"] .embed-responsive-16by9::before {
padding-top: 46.25%; 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 */ /* f0ck95dARK */
html[theme='f0ck95d'] { html[theme='f0ck95d'] {
--accent: #fff; --accent: #fff;
@ -873,6 +894,24 @@ html[theme="f0ck95d"] .badge-dark, #themeselector {
box-shadow: var(--nav-link-box-shadow); 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 { ::-webkit-scrollbar {
width: 2px; width: 2px;
} }