MediaWiki:Vector-2022.css: Difference between revisions
Appearance
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 | .skin-theme-clientpref-night .mw-page-container { | ||
background: linear-gradient(180deg, var(--background-color-base) 0%, var(--color- | background: linear-gradient(180deg, var(--background-color-base) 0%, var(--color-progressive2) 100%); | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | } | ||
Revision as of 08:02, 30 April 2026
:root.skin-theme-clientpref-night {
--color-base: #e6e6e6;
--background-color-base: #1a1a1a;
}
:root {
/*--color-progressive: #32cf76 !important;*/
--color-progressive: #278f54 !important;
--color-progressive2: #278f5433 !important;
}
a:visited {
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;
}