MediaWiki:Common.css: Difference between revisions

From Retro Media HUB
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 6: Line 6:
}
}


html,body,h1,h2 {
html,body {
font-family: "Press Start 2P", monospace; /* retro pixel font */
font-family: "Press Start 2P", monospace; /* retro pixel font */
}
}

Revision as of 22:31, 15 November 2025

/* CSS placed here will be applied to all skins */

a.mw-logo:link,
a.mw-logo:visited {
    color: #0645ad; /* MediaWiki default blue */
}

html,body {
font-family: "Press Start 2P", monospace; /* retro pixel font */
}