fix(footer): allow overriding text color in the footer

This commit is contained in:
Gabe Kangas
2023-05-05 14:36:27 -07:00
parent 33ce8aaa0c
commit b41bb31473

View File

@@ -21,7 +21,6 @@
font-size: 10px;
position: fixed;
bottom: 0;
}
@include screen(mobile) {
@@ -29,10 +28,7 @@
bottom: 0;
}
a {
color: var(--theme-color-components-text-on-dark);
text-decoration: none;
}