MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 20: | Line 20: | ||
display: table-cell !important; | display: table-cell !important; | ||
word-wrap: break-word !important; | word-wrap: break-word !important; | ||
} | |||
} | |||
/* Respect system dark mode preference as fallback before JS loads */ | |||
@media (prefers-color-scheme: dark) { | |||
html:not(.skin-theme-clientpref-day) { | |||
color-scheme: dark; | |||
} | } | ||
} | } | ||