MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Jacobbentley (talk | contribs) No edit summary |
Jacobbentley (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
#content { | #content { | ||
background-color: rgb(21,37,60) !important; | background-color: rgb(21,37,60) !important; | ||
color: | color: #cbd9f4; | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
background-color: rgb(13,25,44) !important; | background-color: rgb(13,25,44) !important; | ||
color: | color: #cbd9f4; | ||
} | } | ||
#p-navigation { | #p-navigation { | ||
background-color: rgb(13,25,44) !important; | background-color: rgb(13,25,44) !important; | ||
color: | color: #cbd9f4; | ||
} | } | ||
body { background-color: rgb(13,25,44) !important; } | body { | ||
background-color: rgb(13,25,44) !important; | |||
} | |||
Revision as of 19:44, 3 February 2023
/* CSS placed here will be applied to all skins */
#content {
background-color: rgb(21,37,60) !important;
color: #cbd9f4;
}
#mw-panel {
background-color: rgb(13,25,44) !important;
color: #cbd9f4;
}
#p-navigation {
background-color: rgb(13,25,44) !important;
color: #cbd9f4;
}
body {
background-color: rgb(13,25,44) !important;
}