New Themes and Stylesheets
Background Pony #10E7
.tag {
[...]
background: var(--tag-normal-background);
border-color: var(--tag-normal-border);
color: var(--tag-normal-color);
}
[...]
.tag__count {
background-color: var(--tag-normal-border);
[...]
}
[...]
@define-mixin tag-category $cat {
.tag[data-tag-category="$(cat)"] {
background: var(--tag-category-$(cat)-background);
border-color: var(--tag-category-$(cat)-border);
color: var(--tag-category-$(cat)-color);
}
.tag[data-tag-category="$(cat)"] .tag__count {
background: var(--tag-category-$(cat)-border);
}
}
to:
.tag {
[...]
background: var(--tag-background);
border-color: var(--tag-border);
color: var(--tag-color);
--tag-background: var(--tag-normal-background);
--tag-border: var(--tag-normal-border);
--tag-color: var(--tag-normal-color);
}
[...]
.tag__count {
background-color: var(--tag-border);
[...]
}
[...]
@define-mixin tag-category $cat {
.tag[data-tag-category="$(cat)"] {
--tag-background: var(--tag-category-$(cat)-background);
--tag-border: var(--tag-category-$(cat)-border);
--tag-color: var(--tag-category-$(cat)-color);
}
}
…which would let userstyles access the tag’s colors a little bit more easily?
Background Pony #10E7
byte[]
Philomena Contributor
@Background Pony #10E7
Are you able to file pull requests for these? Thanks
Are you able to file pull requests for these? Thanks
Background Pony #10E7
@byte[]
I am not able to, nor create issues. (I tried signing up for a pony-specific Github account, but it got marked suspicious immediately - apparently, they take 1-account-per-person-unless-one-is-a-company-account seriously.)
I am not able to, nor create issues. (I tried signing up for a pony-specific Github account, but it got marked suspicious immediately - apparently, they take 1-account-per-person-unless-one-is-a-company-account seriously.)
Interested in advertising on Derpibooru? Click here for information!
Help fund the $15 daily operational cost of Derpibooru - support us financially!