Difference between revisions of "MediaWiki:Mobile.css"
From Castlevania Speedrunning
Line 12: | Line 12: | ||
color: #c1c1c1; !important | color: #c1c1c1; !important | ||
} | } | ||
+ | |||
+ | #content h3 { | ||
+ | font-size: 85%; | ||
+ | } | ||
+ | |||
#content a { | #content a { | ||
color: #e69710; | color: #e69710; | ||
} | } |
Revision as of 05:16, 17 August 2017
/* 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, #content b{ color: #c1c1c1; !important } #content h3 { font-size: 85%; } #content a { color: #e69710; }