Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
LexaByteNV (talk | contribs) |
LexaByteNV (talk | contribs) |
||
Line 5: | Line 5: | ||
} | } | ||
− | + | h1{ | |
font-family: 'Apple Chancery' | font-family: 'Apple Chancery' | ||
} | } |
Revision as of 16:49, 25 May 2021
/* CSS placed here will be applied to all skins */
*{
font-family: 'Courier New';
font-weight: 600;
}
h1{
font-family: 'Apple Chancery'
}
body {
background-color: #86b300;
}