MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Sidebar panel background (Vector 2022 and legacy support) */
body.page-Main_Page #mw-panel,
body.page-Main_Page .vector-sidebar-container,
body.page-Main_Page .vector-sidebar {
background-color: #800020 !important;
}
/* Sidebar menu headings and content text */
body.page-Main_Page #mw-panel .portal,
body.page-Main_Page #mw-panel .vector-menu-content,
body.page-Main_Page .vector-sidebar .vector-menu-heading,
body.page-Main_Page .vector-sidebar .vector-menu-content {
background-color: #800020 !important;
color: white !important;
}
/* Sidebar links */
body.page-Main_Page #mw-panel a,
body.page-Main_Page .vector-sidebar a {
color: white !important;
}
/* Hover effects for sidebar links */
body.page-Main_Page #mw-panel a:hover,
body.page-Main_Page .vector-sidebar a:hover {
color: #ffcccc !important;
text-decoration: underline;
}