diff --git a/package-lock.json b/package-lock.json index ed94b4fbe..13df17550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4124,9 +4124,9 @@ } }, "@newrelic/gatsby-theme-newrelic": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.6.0.tgz", - "integrity": "sha512-pT7fRAYhOgvKN40gZZQsvxEhnyOSzU7P1sVK/YnUUXMiHm7NqNxBDw32qU4YlARVoSnvaosXcMdIMKPCku59UQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.7.0.tgz", + "integrity": "sha512-1xNvJFLqUgOIyHvP96v8A1wpWF1rOYJis+oQ43hTUZ/Kl9dFti2JMDnSxnT6Q8pB+Sq1SOjj8+P8MD96nETxGg==", "requires": { "@elastic/react-search-ui": "^1.4.1", "@elastic/react-search-ui-views": "^1.4.1", diff --git a/package.json b/package.json index 893184be0..0c371125a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@emotion/styled": "^10.0.27", "@mdx-js/mdx": "^1.6.10", "@mdx-js/react": "^1.6.14", - "@newrelic/gatsby-theme-newrelic": "^1.6.0", + "@newrelic/gatsby-theme-newrelic": "^1.7.0", "classnames": "^2.2.6", "date-fns": "^2.15.0", "eslint-plugin-react-hooks": "^4.0.8", diff --git a/src/components/Logo.module.scss b/src/components/Logo.module.scss index abe1fa7dc..9b61abf46 100644 --- a/src/components/Logo.module.scss +++ b/src/components/Logo.module.scss @@ -7,12 +7,12 @@ } .brackets { - stroke: var(--logo-bracket-color, var(--color-brand-800)); + stroke: var(--logo-bracket-color, var(--color-brand-500)); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; :global(.dark-mode) & { - stroke: var(--logo-bracket-color, var(--color-brand-400)); + stroke: var(--logo-bracket-color, var(--color-brand-300)); } } diff --git a/src/components/RelatedContentModules/Contribute.js b/src/components/RelatedContentModules/Contribute.js index 58518f57e..9ba748c54 100644 --- a/src/components/RelatedContentModules/Contribute.js +++ b/src/components/RelatedContentModules/Contribute.js @@ -52,7 +52,7 @@ const Contribute = ({ pageContext }) => {