MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | |||
background-color: #000D1D; | |||
} | |||
.mw-body { | .mw-body { | ||
background-color: #01192E; | background-color: #01192E; | ||
Revision as of 23:15, 9 October 2023
body {
background-color: #000D1D;
}
.mw-body {
background-color: #01192E;
color: white;
padding: 50px;
}
:root {
--pi-background: #FF8888;
--pi-secondary-background: #eaecf0;
/* --pi-border-color: #a2a9b1; */
--pi-item-spacing: 2px 10px;
--pi-margin: 20px;
--pi-width: 270px;
}