Difference between revisions of "Template:Kbd/styles.css"

From Warbird Philosophy
Jump to navigation Jump to search
 
m (1 revision imported: Content from Template:Location map+ on Wikipedia)
 
(No difference)

Latest revision as of 05:53, 26 June 2024

/* {{pp-template}} */
.mw-tmpl-kbd {
	background: #EEE;
	color: var(--color-base);
}

html.skin-theme-clientpref-night .mw-tmpl-kbd {
	background: #171a1d;
}

@media ( prefers-color-scheme: dark ) {
	html.skin-theme-clientpref-os .mw-tmpl-kbd {
		background: #171a1d;
	}
}