MediaWiki:Mobile.css

From Castlevania Speedrunning
Revision as of 03:49, 17 August 2017 by JaySee87 (talk | contribs)
Jump to: navigation, search
/* CSS placed here will affect users of the mobile site */

body {
 background-color:#2a2a2a
}

#content {
 background-color: #333;
}

#content p,#content ul, #content h1, #content h2, #content h3{
 color: #c1c1c1;
}
#content a {
 color: #e69710;
}