Template:Kbd/styles.css: Difference between revisions

From WickedGov, the Massachusetts civics wiki
Jump to navigation Jump to search
m 1 revision imported from wikipedia:Template:Kbd/styles.css
rm unnecessary template
 
Line 1: Line 1:
/* {{pp-template}} */
.mw-tmpl-kbd {
.mw-tmpl-kbd {
background: #EEE;
background: #EEE;

Latest revision as of 01:13, 14 January 2025

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


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


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