MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Testing citizen without changes)
Tag: Blanking
m (Attempt to create more tone variations using CSS variables)
Line 1: Line 1:
 
@media screen {
:root {
--color-surface-5:hsl(207,5%,70%);
--color-surface-6:hsl(200,2%,60%);
--color-surface-7:hsl(180,2%,40%);
}

Revision as of 16:50, 7 March 2023

@media screen {
	:root {
	--color-surface-5:hsl(207,5%,70%);
	--color-surface-6:hsl(200,2%,60%);
	--color-surface-7:hsl(180,2%,40%);
}