fix(footer): override link colors in footer

This commit is contained in:
Gabe Kangas 2023-05-07 10:34:55 -07:00
parent bc001f8437
commit 321217651d
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

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