MediaWiki:Print.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will affect the print output: * { font-family: "Montserrat", sans-serif; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
* { | * { | ||
font-family: "Montserrat", sans-serif; | font-family: "Montserrat", sans-serif !important; | ||
} | |||
:root { | |||
--color-primary: #f50057; | |||
} | } | ||
Latest revision as of 17:49, 30 May 2024
/* CSS placed here will affect the print output */
* {
font-family: "Montserrat", sans-serif !important;
}
:root {
--color-primary: #f50057;
}