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

MediaWiki:Theme.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
ChaoticShadow (talk | contribs)
mNo edit summary
ChaoticShadow (talk | contribs)
mNo edit summary
Line 1: Line 1:
:root {
:root {
--theme-primary-0: #2FD9E3;
--theme-primary-0: hsl(183, 76%, 54%);
--theme-primary-1: #8aeaef;
--theme-primary-1: hsl(183, 76%, 74%);
--theme-primary-2: #b7f2f5;
--theme-primary-2: hsl(183, 76%, 84%);
}
}


Line 8: Line 8:
--theme-primary-0: hsl(183, 76%, 34%);
--theme-primary-0: hsl(183, 76%, 34%);
--theme-primary-1: hsl(183, 76%, 44%);
--theme-primary-1: hsl(183, 76%, 44%);
--theme-primary-2: hsl(183, 76%, 54%);
--theme-primary-2: hsl(183, 76%, 49%);
}
}

Revision as of 07:39, 8 January 2022

:root {
	--theme-primary-0: hsl(183, 76%, 54%);
	--theme-primary-1: hsl(183, 76%, 74%);
	--theme-primary-2: hsl(183, 76%, 84%);
}

:root.skin-citizen-dark {
	--theme-primary-0: hsl(183, 76%, 34%);
	--theme-primary-1: hsl(183, 76%, 44%);
	--theme-primary-2: hsl(183, 76%, 49%);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.