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

Content deleted Content added
drp a little less hard
Tags: Mobile edit Mobile web edit Advanced mobile edit
codex token
 
(One intermediate revision by one other user not shown)
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-night-mode-clientpref-1 .spoken-wikipedia {
background-color: inherit;
}
 
@media (prefers-color-scheme: dark) {
html.skin-night-mode-clientpref-2 .spoken-wikipedia {
background-color: inherit;
}
}