MediaWiki:Citizen.css: Unterschied zwischen den Versionen
MediaWiki-Schnittstellenseite
Weitere Optionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
:root.skin-theme-clientpref-day { | :root.skin-theme-clientpref-day { | ||
--color-surface-0: #fff; /* set background-color of light theme to white */ | --color-surface-0: #fff; /* set background-color of light theme to white */ | ||
} | |||
/* Automatic mode */ | |||
@media screen and (prefers-color-scheme: light) { | |||
:root.skin-theme-clientpref-os { | |||
--color-surface-0: #fff; /* set background-color of light theme to white */ | |||
} | |||
} | } |
Aktuelle Version vom 26. August 2025, 12:20 Uhr
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */
/* Make light theme great again */
:root.skin-theme-clientpref-day {
--color-surface-0: #fff; /* set background-color of light theme to white */
}
/* Automatic mode */
@media screen and (prefers-color-scheme: light) {
:root.skin-theme-clientpref-os {
--color-surface-0: #fff; /* set background-color of light theme to white */
}
}