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 */
/* Target the text within the elements to change its color to black */
.mw-echo-notifications-badge,
.mw-echo-notification-badge-nojs,
.oo-ui-icon-tray {
color: #000000; /* Black text */
}
/* Assuming icons are SVGs within these elements - Change their fill to white */
.mw-echo-notifications-badge svg,
.mw-echo-notification-badge-nojs svg,
.oo-ui-icon-tray svg {
fill: #ffffff; /* White icons */
000
1:0
Return to MediaWiki:Common.css.