This commit is contained in:
2025-05-07 14:32:00 -07:00
parent 058201aa95
commit 845a0769bb
3 changed files with 3 additions and 1 deletions

1
dist/app.css vendored
View File

@@ -12061,6 +12061,7 @@ a {
} }
.cta-button.gold a:hover { .cta-button.gold a:hover {
background-color: #063C5A; background-color: #063C5A;
color: #fff;
} }
.intro_block, .team-member-top, .team-members-top { .intro_block, .team-member-top, .team-members-top {

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=1a1a7040303fe5fe7b8732342eaa4a7b" "/app.css": "/app.css?id=871d33721193d09263f390029c49db23"
} }

View File

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