This commit is contained in:
2025-05-07 14:35:55 -07:00
parent 845a0769bb
commit 6f8d3cfc75
4 changed files with 17 additions and 5 deletions

View File

@@ -27,7 +27,6 @@ a {
&:hover {
background-color: $c-tan;
color: $c-navy;
}
}
@@ -37,7 +36,6 @@ a {
&:hover {
background-color: $c-navy;
color: $c-white;
}
}
}