Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
 
Line 7: Line 7:
/*--color-progressive: #32cf76 !important;*/
/*--color-progressive: #32cf76 !important;*/
--color-progressive: #278f54 !important;
--color-progressive: #278f54 !important;
--color-progressive2: #278f5433 !important;
--color-progressive2: #278f54 !important;
}
}


a:visited {
a:visited {
     color: var(--color-progressive) !important;
     color: var(--color-progressive) !important;
}
.skin-theme-clientpref-night .mw-page-container {
    background: linear-gradient(180deg, var(--background-color-base) 0%, var(--color-progressive2) 100%);
    background-attachment: fixed;
}
}