Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Kbd/styles.css: Difference between revisions

Template page
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:24, 28 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;
	}
}