aboutsummaryrefslogtreecommitdiff
path: root/assets/footer.css
blob: 4d0bdc07e7ea1fb3c35bd0a2962ff1faad4f3d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
footer {
	background-color: #181818;
	padding: 10px;
}
footer p {
	color: #70b443;
	text-align: center;
}
footer a {
	color: #70b443;
}