diff --git a/src/components/wsdot-footer/index.css b/src/components/wsdot-footer/index.css index 3c3e6417..26567510 100644 --- a/src/components/wsdot-footer/index.css +++ b/src/components/wsdot-footer/index.css @@ -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 {