Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Force dark-only: add color-scheme: dark
Hide the theme/colour-scheme switcher (dark-only)
Line 43: Line 43:
     --font-family-heading: 'Inter', 'Inter Variable', system-ui, sans-serif;
     --font-family-heading: 'Inter', 'Inter Variable', system-ui, sans-serif;
     --border-radius-medium: 10px;
     --border-radius-medium: 10px;
}
/* Dark-only: hide the colour-scheme (theme) switcher in Citizen's preferences panel.
  Each client pref is a portlet #skin-client-prefs-<feature>; we hide only the theme one. */
#skin-client-prefs-skin-theme,
.mw-portlet-skin-client-prefs-skin-theme {
    display: none !important;
}
}