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;
}
}


Line 13: Line 14:
}
}


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