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

	padding: 0.5rem 1rem;

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