Difference between revisions of "User:Sir Trollface/common.css"

From Baka-Tsuki
Jump to navigation Jump to search
m
m
Line 16: Line 16:
 
h1{
 
h1{
 
background-color: black;
 
background-color: black;
font-color: white;
+
color: white;
 
}
 
}

Revision as of 10:06, 24 January 2017

body{
	background-color: black;
	color: white;
}

p{
	background-color: black;
	color: white;
}

div{
	background-color: black;
	color: white;
}

h1{
	background-color: black;
	color: white;
}