Skip to content

Commit 6a28a07

Browse files
willingclwasser
authored andcommitted
change footer back to $muted-text-color
1 parent 8b02433 commit 6a28a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/minimal-mistakes/_footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
margin-right: 0;
1010
width: 100%;
1111
margin-top: 3em;
12-
color: #6c666d;
12+
color: $muted-text-color;
1313
-webkit-animation: $intro-transition;
1414
animation: $intro-transition;
1515
-webkit-animation-delay: 0.45s;
@@ -42,7 +42,7 @@
4242
.fab,
4343
.far,
4444
.fal {
45-
color: #6c666d;
45+
color: $muted-text-color;
4646
}
4747
}
4848

0 commit comments

Comments
 (0)