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.
/* Dark theme for MinervaNeue */
body, #mw-mf-page-center, #content, .overlay, .drawer, .panel {
background-color: #1c1c1c !important;
color: #e0e0e0 !important;
}
a {
color: #80bfff;
}
a:visited {
color: #b08eff;
}
div.header-container, footer, .header, .site-footer {
background-color: #222 !important;
color: #ccc !important;
}
pre, code, blockquote {
background-color: #2a2a2a;
color: #f8f8f8;
border: 1px solid #444;
}
hr {
border-top: 1px solid #444;
}
/* Optional: make red links slightly softer */
a.new {
color: #ff8888 !important;
}