Content deleted Content added
Fixes phab:T367463 |
only on screen |
||
Line 93:
}
@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 */
|