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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
More languages
m (Changed more CSS for blockquotes)
m (Attempt to change color)
Line 6: Line 6:
font-size: 100%;
font-size: 100%;
font-style: inherit;
font-style: inherit;
}
.skin-citizen-light {
--color-base: black
}
}

Revision as of 23:33, 13 January 2022

/* All CSS here will be loaded for users of the Citizen skin */

blockquote {
	padding: 8px 16px;
	font-family: var(--font-family-base);
	font-size: 100%;
	font-style: inherit;
}

.skin-citizen-light {
	--color-base: black
}