Module:Spoken Wikipedia/styles.css: Difference between revisions

Content deleted Content added
Classes have been updated. More information on mw:Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis
codex token
 
Line 2:
.spoken-wikipedia {
border: 1px solid #a2a9b1;
background-color: var(--background-color-interactive-subtle, #f8f9fa);
margin: 0.5em 0;
padding: 0.2em;
Line 51:
margin-left: 1em;
}
}
 
html.skin-theme-clientpref-night .spoken-wikipedia {
background-color: inherit;
}
 
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .spoken-wikipedia {
background-color: inherit;
}
}