MediaWiki:Dark.css: Difference between revisions

Tag: Replaced
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to dark skins */
/* CSS placed here will be applied to dark skins */
:root {
--link-color: #53ED24;
--link-color-external: #C2FE0C;
--link-color-new: #D33;
}

Revision as of 13:39, February 19, 2025

/* CSS placed here will be applied to dark skins */

:root {
	--link-color: #53ED24;
	--link-color-external: #C2FE0C;
	--link-color-new: #D33;
}