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
No edit summary
No edit summary
Line 5: Line 5:
}
}


a {
a:hover {
     color: #FF862B;
     opacity: 0.8;
}
}



Revision as of 08:26, 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:hover {
    opacity: 0.8;
}

a:visited {
    color: #FF862B;
}