Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,198
edits
(remove top and bottom margins for ol/ul (fixes issue on citizen)) |
(try to update for citizen changes (https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/a741639085d70c22a9f49890542a142a223bf981)) |
||
Line 60: | Line 60: | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
body.skin-timeless .hgw-inline-box { | body.skin-timeless .hgw-inline-box, | ||
html.skin-theme-clientpref-os body.skin-citizen .hgw-inline-box { | |||
--default-bg: var(--default-bg-d); | --default-bg: var(--default-bg-d); | ||
--default-br: var(--default-br-d); | --default-br: var(--default-br-d); | ||
Line 76: | Line 77: | ||
/* i love duplicate code, oh wait css variables could probably solve this, but meh */ | /* i love duplicate code, oh wait css variables could probably solve this, but meh */ | ||
html.skin-citizen | html.skin-theme-clientpref-night body.skin-citizen .hgw-inline-box { | ||
--default-bg: var(--default-bg-d); | --default-bg: var(--default-bg-d); | ||
--default-br: var(--default-br-d); | --default-br: var(--default-br-d); |