Browse Source

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

pull/2993/head
Gabe Kangas 3 years ago
parent
commit
b41bb31473
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 4
      web/components/ui/Footer/Footer.module.scss

4
web/components/ui/Footer/Footer.module.scss

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

Loading…
Cancel
Save