Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:


:root {
:root {
--color-progressive: #32cf76 !important;
/*--color-progressive: #32cf76 !important;*/
--color-progressive: #278f54 !important;
}
}


a:visited {
a:visited {
     color: #32cf76 !important;
     color: var(--color-progressive) !important;
}
}