Jump to content

Help:Introduction/All/styles.css

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by The wub (talk | contribs) at 21:50, 2 July 2024. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.introall h1 {
	border: 0;
	margin-top: 1em;
	padding: .4em .5em .2em;
	font-weight: bold;
	text-align: center;
	background-color: #d1e4ff;
	color: var(--color-emphasized, #000);
}

html.skin-theme-clientpref-night .introall h1 {
	background-color: #082849;
}
@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .introall h1 {
    	background-color: #082849;
    }
}