Verified Commit dae5e3f1 authored by Roberto Bochet's avatar Roberto Bochet
Browse files

Minor fix footer colors

parent 33377a2f
Loading
Loading
Loading
Loading
Loading
+1 −1
Changes for _includes/footer.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<footer>
<footer class="bg-black">
	<div>
		&copy; {{ site.time | date: '%Y' }}
		<span>• <a href="https://www.poul.org">POuL</a></span>
+0 −3
Changes for assets/_sass/layout/_footer.scss: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -4,9 +4,6 @@ body > footer {
	justify-content: space-evenly;
	padding: 50px 0 50px 0;

	background-color: $background-color;
	color: $tertiary-color;

	div {
		margin: 10px 30px;
	}