Nothing Special   »   [go: up one dir, main page]

Jump to content

User:MJL/global.css

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by MJL (talk | contribs) at 01:01, 25 September 2024 (add first thing). It may differ significantly from the current version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* working on something... */

.skin-theme-clientpref-night [style="background-color: rgb(255, 253, 208);"] {
    background-color: #333100!important;
    color: var(--color-base,#202122)!important;
    border-radius: 5px;
}

/* Other fixes */
[href="https://creativecommons.org/licenses/by-sa/3.0/"] {
	padding-right: 0!important;
	background: none!important;
}