From fd0b19c1f2c1dfae52d235350a60839adaea2936 Mon Sep 17 00:00:00 2001 From: Clinton Date: Wed, 31 Mar 2021 15:09:11 -0700 Subject: [PATCH] refactor(logo): remove stroke --- src/@newrelic/gatsby-theme-newrelic/components/Logo.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js index bbdcacfe2..ef771006f 100644 --- a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js +++ b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js @@ -7,11 +7,9 @@ const Logo = ({ className, width }) => ( viewBox="0 0 400 70" className={className} css={css` - stroke: #007e8a; width: ${width || '221px'}; .dark-mode & { - stroke: #70ccd3; fill: white; } `}