Module:Message box/ombox.css: Difference between revisions
h>Jon (WMF) Fixes phab:T367463 |
m 1 revision imported |
||
| (6 intermediate revisions by 5 users not shown) | |||
| Line 68: | Line 68: | ||
} | } | ||
/* keep synced with each other type of message box as this isn't qualified */ | |||
.mbox-invalid-type { | |||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 93: | Line 94: | ||
} | } | ||
html.skin-theme-clientpref-night .ombox-speedy { | @media screen { | ||
html.skin-theme-clientpref-night .ombox-speedy { | |||
background-color: #310402; /* Dark red, same hue/saturation as light */ | |||
} | |||
} | } | ||
@media (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .ombox-speedy { | html.skin-theme-clientpref-os .ombox-speedy { | ||
background-color: #310402; /* Dark red, same hue/saturation as light */ | background-color: #310402; /* Dark red, same hue/saturation as light */ | ||
} | } | ||
} | } | ||