Anonymer Benutzer
Modul:Documentation/styles.css: Unterschied zwischen den Versionen
Modul:Documentation/styles.css (Quelltext anzeigen)
Version vom 31. Juli 2024, 23:51 Uhr
, 31. Juli 2024Fixes phab:T369874 via automated script
K (1 Version importiert) |
Modul>Jon (WMF) (Fixes phab:T369874 via automated script) |
||
| Zeile 36: | Zeile 36: | ||
font-style: normal; | font-style: normal; | ||
font-size: 85%; | font-size: 85%; | ||
} | |||
@media screen { | |||
html.skin-theme-clientpref-night .documentation, | |||
html.skin-theme-clientpref-night .documentation-metadata { | |||
background-color: #0b1e1c; | |||
} | |||
} | |||
@media screen and ( prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .documentation, | |||
html.skin-theme-clientpref-os .documentation-metadata { | |||
background-color: #0b1e1c; | |||
} | |||
} | } | ||