MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: :root { --color-primary: #4E68C6; }")
 
(Remove source edit icon on page sections)
 
(18 intermediate revisions by the same user not shown)
Line 2: Line 2:
:root {
:root {
   --color-primary: #4E68C6;
   --color-primary: #4E68C6;
  --color-destructive: #BF211E;
  --color-success: #458A2D;
  --color-warning: #D29B31;
}
/* Remove source edit icon on page sections */
.citizen-editsection-icon.mw-ui-icon-wikimedia-wikiText {
display:none;
}
}

Latest revision as of 03:18, 29 January 2024

/* All CSS here will be loaded for users of the Citizen skin */
:root {
  --color-primary: #4E68C6;
  --color-destructive: #BF211E;
  --color-success: #458A2D;
  --color-warning: #D29B31;
}

/* Remove source edit icon on page sections */
.citizen-editsection-icon.mw-ui-icon-wikimedia-wikiText { 
	display:none;
}