MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
:root { | :root { | ||
--color-progressive: #32cf76 !important; | /*--color-progressive: #32cf76 !important;*/ | ||
--color-progressive: #278f54 !important; | |||
} | } | ||
a:visited { | a:visited { | ||
color: | color: var(--color-progressive) !important; | ||
} | } | ||
Revision as of 07:59, 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;
}