aboutsummaryrefslogtreecommitdiff
path: root/assets/css/partials/_footer.scss
blob: 8fdc2b74320df31d073964e16ee6f7ae37a18f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
footer {
	background-color: $dark;
	color: $light;
	text-align: center;

	padding: 0.5rem 1rem;

	a {
		color: $accentLight;
	}
}