Skip to content

Commit 6fd8b93

Browse files
fix footer text
1 parent 9348728 commit 6fd8b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ footer.fixed-bottom {
277277
background-color: var(--global-footer-bg-color);
278278
font-size: 0.75rem;
279279
.container {
280-
color: var(--global-footer-text-color);
280+
color: var(--global-footer-text-color) !important;
281281
padding-top: 9px;
282282
padding-bottom: 8px;
283283
}

0 commit comments

Comments
 (0)