aboutsummaryrefslogtreecommitdiff
path: root/assets/css/partials/footer.scss
blob: 60ad7a685795858b39e9fd59961e4df97e79e3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
footer {
	background-color: #333;
	color: white;
	text-align: center;

	padding: 0.5rem 1rem;


	a {
		color: var(--accent-7);
	}
}