MediaWiki:Common.css: Difference between revisions
Appearance
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| Line 11: | Line 11: | ||
--right-box-bg: #ddd; | --right-box-bg: #ddd; | ||
} | } | ||
} | |||
.infobox { | |||
display: inline; | |||
background: #ddd; | |||
} | } | ||
Revision as of 23:30, 23 February 2026
/* CSS placed here will be applied to all skins */
@media (prefers-color-scheme: dark) {
:root {
--right-box-bg: #555;
}
}
@media (prefers-color-scheme: light) {
:root {
--right-box-bg: #ddd;
}
}
.infobox {
display: inline;
background: #ddd;
}