Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 116: Zeile 116:
html.skin-theme-clientpref-night table, html.skin-theme-clientpref-night tr, html.skin-theme-clientpref-night td {
html.skin-theme-clientpref-night table, html.skin-theme-clientpref-night tr, html.skin-theme-clientpref-night td {
     background-color: inherit !important;
     background-color: inherit !important;
}
@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os #footer-icons a {
        color: inherit !important;
        background-color: inherit !important;
    }
    html.skin-theme-clientpref-os table, html.skin-theme-clientpref-os tr, html.skin-theme-clientpref-os td {
        background-color: inherit !important;
    }
}
}