Difference between revisions of "User:Amtiskaw/common.css"

From NetHackWiki
Jump to navigation Jump to search
Line 5: Line 5:
  
 
#mw-content-text {
 
#mw-content-text {
 +
background-color: #000000;
 +
color: #ffffff;
 +
}
 +
 +
#content {
 
background-color: #000000;
 
background-color: #000000;
 
color: #ffffff;
 
color: #ffffff;
 
}
 
}

Revision as of 00:00, 11 April 2015

body {
	background-color: #000000;
	color: #ffffff;
}

#mw-content-text {
	background-color: #000000;
	color: #ffffff;
}

#content {
	background-color: #000000;
	color: #ffffff;
}