Content deleted Content added
Fixes phab:T367463 |
english |
||
(2 intermediate revisions by the same user not shown) | |||
Line 68:
}
/* keep synced with each other type of message box as this isn't qualified */
text-align: center;
}
Line 93 ⟶ 94:
}
@media screen {
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 */
|