From 20de03c9f49efb7099364d625274d6d42fba55e0 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 6 Jul 2026 11:25:02 +0200 Subject: [PATCH] Update link background colors --- src/components/Link/Link.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }