Fix footer link colors

This commit is contained in:
Gabe Kangas 2022-11-13 12:39:20 -08:00
parent 769f05db2c
commit d3ab62a98b
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -15,6 +15,11 @@
font-weight: 600;
border-top: 1px solid rgba(214, 211, 211, 0.5);
a {
color: var(--theme-color-components-text-on-dark);
text-decoration: none;
}
.links {
column-gap: 2rem;
width: auto;