MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
240 bytes added ,  09:37, 4 October 2022
no edit summary
No edit summary
No edit summary
Line 8: Line 8:
body {
body {
background-color: #fafafa;
background-color: #fafafa;
}
/* Match branding for post */
.mw-body {
    border: 1px hsl( 0,0%,82.7% ) solid;
    background: white;
    box-shadow: 0 0 5px hsl(0deg 0% 0% / 10%);
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
}

Navigation menu