MediaWiki:Common.css: Difference between revisions

From Kings of New York
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
background-color: #ede7f6;
background-color: #ede7f6;
}
.main-nav-area {
background-color: #673ab7;
color: #ffffff;
}
}

Revision as of 09:56, 18 September 2015

/* CSS placed here will be applied to all skins */

body {
background-color: #ede7f6;
}

.main-nav-area {
background-color: #673ab7;
color: #ffffff;
}