Jump to content

MediaWiki:Vector-2022.css

From Leaf Essentials
Revision as of 08:01, 30 April 2026 by Ashy (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
: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;
}