MediaWiki:Common.css: Difference between revisions

From Ultima Online Forever Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 4: Line 4:
}  
}  


h1 {
#content {
     color: #ffffff
     color: #101010
}
}

Revision as of 03:49, 13 February 2024

/* CSS placed here will be applied to all skins */
body {
    background-color: #101010
} 

#content {
    color: #101010
}