Browse Source

fix(footer): override link colors in footer

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

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

@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
}
a {
color: var(--theme-color-components-text-on-dark);
text-decoration: none;
}

Loading…
Cancel
Save