aboutsummaryrefslogtreecommitdiff
path: root/assets/footer.css
blob: 137e791e6da8990ea5afad052a2b222c7ecb9d31 (plain)
1
2
3
4
5
6
7
8
9
footer {
	background-color: #30638e;
	color: lightgray;
	text-align: center;
	padding: 10px;
}
footer a {
	color: lightgray;
}