Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
     --color-base: #e6e6e6;
     --color-base: #e6e6e6;
     --background-color-base: #1a1a1a;
     --background-color-base: #1a1a1a;
    --link-color: #32cf76;
}
 
:root {
/*--color-progressive: #32cf76 !important;*/
--color-progressive: #278f54 !important;
--color-progressive2: #278f54 !important;
}
 
a:visited {
    color: var(--color-progressive) !important;
}
}