MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
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
}