Content deleted Content added
No edit summary |
Add for os theme |
||
Line 80:
/* Special handling for maps inside infoboxes https://en.wikipedia.org/w/index.php?title=Module_talk:Location_map&oldid=1226437753#c-JScherer-WMF-20240530165500-JScherer-WMF-20240529211800 */
html.skin-theme-clientpref-night
background: transparent !important;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox-full-data .locmap div {
background: transparent !important;
}
}
|