Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Leaf Essentials
No edit summary
No edit summary
Line 5: Line 5:


:root {
:root {
--color-progressive: #32cf76;
--color-progressive: #32cf76 !important;
}
}



Revision as of 07:58, 30 April 2026

:root.skin-theme-clientpref-night {
    --color-base: #e6e6e6;
    --background-color-base: #1a1a1a;
}

:root {
	--color-progressive: #32cf76 !important;
}

a:visited {
    color: #32cf76 !important;
}