Content deleted Content added
not sure that was needed but let's set the fallback |
english |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 68:
}
/* keep synced with each other type of message box as this isn't qualified */
text-align: center;
}
Line 88 ⟶ 89:
}
/** T367463 */
html.skin-theme-clientpref-night .ombox-speedy {▼
body.skin--responsive table.ombox img {
background-color: #310402; /* Dark red, same hue/saturation as light */▼
max-width: none !important;
}
@media
▲ html.skin-theme-clientpref-night .ombox-speedy {
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ombox-speedy {
background-color: #310402; /* Dark red, same hue/saturation as light */
|