Skip to content

Commit

Permalink
fix: 💄 Change wsdot-footer link color to white
Browse files Browse the repository at this point in the history
fixes #72698
  • Loading branch information
JeffJacobson committed Nov 25, 2024
1 parent b2b56f7 commit 7b0d914
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/wsdot-footer/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
display: block;
background-color: var(--wsdot-logo-green);
color: white;
--calcite-color-text-link: white;
--calcite-color-brand-underline: white;
}

calcite-link:hover {
--calcite-color-brand-underline: rgba(255 255 255 0);
}

footer > ul {
Expand Down

0 comments on commit 7b0d914

Please sign in to comment.