Merge pull request 'making it more 95' (#44) from dev into master
Reviewed-on: #44
This commit is contained in:
commit
9fc920c1d2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user