MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
JoshuaJSlone (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
Line 3: | Line 3: | ||
.header-container .header-chrome { | .header-container .header-chrome { | ||
background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED); | background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED); | ||
} | |||
.mw-body { | |||
background-color: #E7F0ED; | |||
} | |||
.banner-container { | |||
background: white; | |||
} | } |
Revision as of 17:46, 20 April 2023
/* All CSS here will be loaded for users of the mobile site */
.header-container .header-chrome {
background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}
.mw-body {
background-color: #E7F0ED;
}
.banner-container {
background: white;
}