From 884c6ae50b0eb14d82631d16cf6a990993a9d541 Mon Sep 17 00:00:00 2001 From: nimithshetty17 <111452145+nimithshetty17@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:13:39 +0530 Subject: [PATCH] Cta color content intro checkmarks (#359) * Navattic hamburger icons. * Change background color of CTA's on Content Intro Checkmarks. * Lint fix. --- styles/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index f182e5bb..1a8b1070 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -985,7 +985,6 @@ a.button span.icon.bookmark { font-weight: 500; font-style: normal; padding: 13px 26px; - background-image: var(--gradient-to-right-white); background-position: 0 0; background-size: 200% auto; transition: color .3s ease-in-out, background-position .4s ease-in-out;