Skip to content

Commit 94fe733

Browse files
committed
fix: replace new footer color with body text color
1 parent 34eaebf commit 94fe733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ div.site-logo {
2626
.site-footer {
2727
position: static;
2828
width: 100%;
29-
color: #6a686d;
29+
color: $body-text-color;
3030
}

0 commit comments

Comments
 (0)