Difference between revisions of "MediaWiki:Mobile.css"
From Castlevania Speedrunning
(Created page with "→CSS placed here will affect users of the mobile site: body { background-color:#2a2a2a }") |
|||
| Line 3: | Line 3: | ||
body { | body { | ||
background-color:#2a2a2a | background-color:#2a2a2a | ||
| + | } | ||
| + | |||
| + | #content { | ||
| + | background-color: #333; | ||
} | } | ||
Revision as of 03:27, 17 August 2017
/* CSS placed here will affect users of the mobile site */
body {
background-color:#2a2a2a
}
#content {
background-color: #333;
}