This commit is contained in:
2025-05-13 11:05:15 -07:00
parent c2cabc43e8
commit 498d5251a2
3 changed files with 10 additions and 1 deletions

View File

@@ -41,4 +41,9 @@ footer.sub-footer {
background-color: $c-offWhiteLight;
padding: 1rem 0;
font-size: 0.75rem;
a {
color: $c-textGrey;
text-decoration: underline;
}
}