Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Leaf Essentials
Created page with ":root.skin-theme-client-pref-dark { --color-base: #e6e6e6; --background-color-base: #1a1a1a; --link-color: #33a3ff; }"
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
:root.skin-theme-client-pref-dark {
:root.skin-theme-clientpref-night {
     --color-base: #e6e6e6;
     --color-base: #e6e6e6;
     --background-color-base: #1a1a1a;
     --background-color-base: #1a1a1a;
    --link-color: #33a3ff;
}
 
:root {
/*--color-progressive: #32cf76 !important;*/
--color-progressive: #278f54 !important;
--color-progressive2: #278f54 !important;
}
 
a:visited {
    color: var(--color-progressive) !important;
}
}

Latest 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: #278f54 !important;
}

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