MediaWiki:Timeless.css: Difference between revisions

From Init-c Wiki
No edit summary
No edit summary
Line 7: Line 7:
}
}


@media screen
.mw-footer-container {
body {
color: black;
  color: #000000;
}
}

Revision as of 11:08, 13 December 2022

/* All CSS here will be loaded for users of the Timeless skin */
body {
  background-color: white;
  color: black;
  font-family: Bitstream Vera Sans Mono, monospace;

}

.mw-footer-container {
	color: black;
}