Difference between revisions of "MediaWiki:Mobile.css"
From Castlevania Speedrunning
Line 7: | Line 7: | ||
#content { | #content { | ||
background-color: #333; | background-color: #333; | ||
+ | } | ||
+ | |||
+ | #content p { | ||
+ | color: #6e6e6e; | ||
+ | } | ||
+ | #content a { | ||
+ | color: #e69710; | ||
} | } |
Revision as of 03:30, 17 August 2017
/* CSS placed here will affect users of the mobile site */ body { background-color:#2a2a2a } #content { background-color: #333; } #content p { color: #6e6e6e; } #content a { color: #e69710; }