Template:Avviso utente/styles.css
Aspetto
@media screen {
html.skin-theme-clientpref-night .itwiki-avviso-utente {
background-color: var(--background-color-neutral) !important;
color: var(--color-base) !important;
box-shadow: inherit !important;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .itwiki-avviso-utente {
background-color: var(--background-color-neutral) !important;
color: var(--color-base) !important;
box-shadow: inherit !important;
}
}