Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Leaf Essentials
No edit summary
No edit summary
Line 11: Line 11:
a:visited {
a:visited {
     color: var(--color-progressive) !important;
     color: var(--color-progressive) !important;
}
.skin-theme-clientpref-night body {
    background: linear-gradient(180deg, var(--background-color-base) 0%, var(--color-progressive) 100%);
    background-attachment: fixed;
}
}

Revision as of 08:01, 30 April 2026

:root.skin-theme-clientpref-night {
    --color-base: #e6e6e6;
    --background-color-base: #1a1a1a;
}

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

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

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