User:Awesome Aasim/Flat design idea/styles.css

From Wikipedia, the free encyclopedia
.fd-dark {
	background-color: black;
	color: white;
	border: 5px solid black;
}

.fd-light {
	background-color: white;
	color: black;
	border: 5px solid white;
}

.fd-dark a:not(.new) {
	color: orange;
}

.fd {
	margin: auto;
	text-align: center;
}