Jump to content

MediaWiki:Common.css: Difference between revisions

From Archono Database
No edit summary
No edit summary
Line 17: Line 17:


.mw-head {
.mw-head {
background-color: #000000;
background-color: #000000 !important;
color: #000000 !important
}
}

Revision as of 17:30, 12 March 2026

/* CSS placed here will be applied to all skins */

/* ==== FONTS ==== */
@import url('https://fonts.googleapis.com/css2?family=Audiowide'); /* Temporarily using Audiowide until Archono Sans is finished */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');


body {
	font-family: 'Audiowide' !important;
	background-color: #000000;
	color: #ffffff !important;
}

h1 {
	font-family: 'Michroma' !important;
}

.mw-head {
	background-color: #000000 !important;
	color: #000000 !important
}