MediaWiki:DarkMinerva.css: Difference between revisions

From Halopedia, the Halo wiki

(Replaced content with "→‎CSS placed here will affect users of the Minerva night theme: #mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }")
mNo edit summary
 
Line 2: Line 2:


#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }
#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }
/* Dark theme */
#mw-mf-page-center, #mw-mf-page-left,
.header-container.header-chrome, footer.minerva-footer {
background: #444 !important;
}
.last-modified-bar, .minerva-footer {
border-color: #555 !important;
}
.post-content .minerva-footer-logo {
border-color: #666 !important;
}
.last-modified-bar, .last-modified-bar.active {
background-color: #333 !important;
color: #fff !important;
}

Latest revision as of 11:48, September 4, 2023

/* CSS placed here will affect users of the Minerva night theme */

#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }

/* Dark theme */
#mw-mf-page-center, #mw-mf-page-left,
.header-container.header-chrome, footer.minerva-footer {
	background: #444 !important;
}
.last-modified-bar, .minerva-footer {
	border-color: #555 !important;
}
.post-content .minerva-footer-logo {
	border-color: #666 !important;
}
.last-modified-bar, .last-modified-bar.active {
	background-color: #333 !important;
	color: #fff !important;
}