Modulo:Chiarimento/styles.css: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
aggiungo classi |
Fixes phab:T369874. Please see talk page and do not revert without discussion. See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support |
||
(6 versioni intermedie di 3 utenti non mostrate) | |||
Riga 1:
/* {{Protetta}} */
.chiarimento {
background: #ffeaea;
Line 5 ⟶ 7:
.chiarimento-apice {
color:
}
@media screen {
html.skin-theme-clientpref-night .chiarimento {
background: rgba(179, 36, 36, 0.21);
color: inherit;
}
html.skin-theme-clientpref-night .chiarimento-apice {
color: #b32424;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .chiarimento {
background: rgba(179, 36, 36, 0.21);
color: inherit;
}
html.skin-theme-clientpref-os .chiarimento-apice {
color: #b32424;
}
}
|