diff --git a/src/components/Link/Link.module.css b/src/components/Link/Link.module.css index f93ac1826..55188f598 100644 --- a/src/components/Link/Link.module.css +++ b/src/components/Link/Link.module.css @@ -24,11 +24,11 @@ Please see LICENSE files in the repository root for full details. @media (hover) { .link[data-kind="primary"]:hover { - background: var(--cpd-color-gray-300); + background: var(--cpd-color-bg-subtle-primary); } .link[data-kind="critical"]:hover { - background: var(--cpd-color-red-300); + background: var(--cpd-color-bg-critical-subtle-hovered); } }