View source for MediaWiki:Common.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
body {
background-color: #080f22; /* Replace '#yourColorCode' with your chosen color */
border: none; /* Remove any border */
padding: 0 !important; /* Removes padding from all sides of the body */
}
/* Change icon color to white for article, tag, and settings icons */
/* Reset the filter effect for the text container by wrapping text inside a <span> */
.mw-echo-notifications-badge span,
.mw-echo-notification-badge-nojs span,
.oo-ui-icon-tray span {
filter: invert(1) brightness(0); /* Invert the inversion to keep the text color unaffected */
}
/* Apply the filter to icons assuming they are in ::before or ::after pseudo-elements */
.mw-echo-notifications-badge::before,
.mw-echo-notification-badge-nojs::before,
.oo-ui-icon-tray::before {
filter: brightness(0) invert(1); /* Makes icons white */
000
1:0
Return to MediaWiki:Common.css.