Toggle 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
(Created page with "→‎CSS placed here will affect the print output: * { font-family: "Montserrat", sans-serif !important; } :root { --color-primary: #f50057; }")
 
(No difference)

Latest revision as of 17:52, 30 May 2024

/* CSS placed here will affect the print output */

* {
font-family: "Montserrat", sans-serif !important;
}

:root {
--color-primary: #f50057;
}