MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
*, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading { | *, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading { | ||
font-family: "jost", sans-serif; | font-family: "jost", sans-serif; | ||
} | |||
a { | |||
color: #FF862B; | |||
} | |||
a:visited { | |||
color: #FF862B; | |||
} | } |
Revision as of 08:20, 4 July 2025
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); *, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading { font-family: "jost", sans-serif; } a { color: #FF862B; } a:visited { color: #FF862B; }