MediaWiki:Timeless.css: Difference between revisions

From Init-c Wiki
No edit summary
Tag: Reverted
(Undo revision 67 by Shintaro Miyazaki (talk))
Tag: Undo
Line 4: Line 4:
   color: #000000;
   color: #000000;
   font-family: Bitstream Vera Sans Mono, monospace;
   font-family: Bitstream Vera Sans Mono, monospace;
  all: inherit;
}
.mw-footer-container {
color: #000000;
}
.mw-footer-container a {
color: #000000;
}
}


.mw-footer-container a:link, a:visited, a:hover, a:active {
.mw-footer-container a:hover {
color: #000000;
color: #000000;
}
}

Revision as of 12:29, 13 December 2022

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

}

.mw-footer-container {
	color: #000000;
}

.mw-footer-container a {
	color: #000000;
}

.mw-footer-container a:hover {
	color: #000000;
}