User:FakerofDeadlock/common.css
Jump to navigation
Jump to search
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Dark Mode Styles */
body {
background-color: #191919;
color: #e0e0e0; /* Light gray text color */
}
a {
color: #bb86fc; /* Light purple link color */
}
/* Adjust the header and footer colors */
#p-personal, #p-navigation, #p-tb {
background-color: #333;
color: #e0e0e0;
}
#footer {
background-color: #333;
color: #e0e0e0;
}
/* Optional: Additional dark mode adjustments */
.mw-body-content {
background-color: #2e2e2e;
}