From ece181e6ce153048af41f0d825f4bb5fb1beabf0 Mon Sep 17 00:00:00 2001 From: Maggie Serino Date: Mon, 7 Oct 2024 16:40:15 +0200 Subject: [PATCH] TMZ-72 remove hardcoded color --- modules/content/assets/scss/hello-plus-cta.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/content/assets/scss/hello-plus-cta.scss b/modules/content/assets/scss/hello-plus-cta.scss index a9be6f67..cf707c16 100644 --- a/modules/content/assets/scss/hello-plus-cta.scss +++ b/modules/content/assets/scss/hello-plus-cta.scss @@ -226,9 +226,6 @@ &-link, &-link:not([href]):not([tabindex]) { - --cta-button-text-color: #555963; - --cta-button-text-color-hover: #555963; - text-decoration: underline; }