diff --git a/package.json b/package.json index dd4cd90b..5ac2ca0a 100644 --- a/package.json +++ b/package.json @@ -27,21 +27,21 @@ "@emotion/styled": "^11.3.0", "@mdx-js/mdx": "^1.6.19", "@mdx-js/react": "^1.6.19", - "@newrelic/gatsby-theme-newrelic": "^5.0.4", + "@newrelic/gatsby-theme-newrelic": "^6.6.0", "@splitsoftware/splitio-react": "^1.2.0", "gatsby": "^4.13.0", "gatsby-plugin-emotion": "^6.8.0", "gatsby-plugin-gatsby-cloud": "^4.13.0", - "gatsby-plugin-image": "^2.17.0", + "gatsby-plugin-image": "^2.18.0", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-mdx": "^2.8.0", "gatsby-plugin-react-helmet": "^4.8.0", "gatsby-plugin-sass": "^5.13.0", - "gatsby-plugin-sharp": "^4.17.0", + "gatsby-plugin-sharp": "^4.18.0", "gatsby-plugin-use-query-params": "^1.0.1", "gatsby-source-filesystem": "^3.8.0", "gatsby-transformer-json": "^3.3.0", - "gatsby-transformer-sharp": "^4.17.0", + "gatsby-transformer-sharp": "^4.18.0", "js-yaml": "^4.1.0", "pluralize": "^8.0.0", "react": "^17.0.1", diff --git a/src/@newrelic/gatsby-theme-newrelic/components/GlobalFooter.js b/src/@newrelic/gatsby-theme-newrelic/components/GlobalFooter.js index 9d736c81..bf99e358 100644 --- a/src/@newrelic/gatsby-theme-newrelic/components/GlobalFooter.js +++ b/src/@newrelic/gatsby-theme-newrelic/components/GlobalFooter.js @@ -8,7 +8,7 @@ import NewLogo from './NewLogo'; import PropTypes from 'prop-types'; import React from 'react'; import { css } from '@emotion/react'; -import useThemeTranslation from '@newrelic/gatsby-theme-newrelic/src//hooks/useThemeTranslation'; +import useThemeTranslation from '@newrelic/gatsby-theme-newrelic/src/hooks/useThemeTranslation'; const HOME_LINK = 'https://newrelic.com'; @@ -67,20 +67,15 @@ const GlobalFooter = ({ className }) => { data-swiftype-index={false} className={className} css={css` - /* Color variables */ - --background-color: #1d252c; - --secondary-text-color: #898e91; - - color: var(--secondary-text-color); - background-color: var(--background-color); + background-color: var(--system-text-primary-light); + color: var(--system-text-secondary-light); /* fonts */ - font-family: Söhne-Buch; font-size: 18px; line-height: 24px; a { - color: var(--secondary-text-color); + color: var(--system-text-secondary-light); text-decoration: none; text-decoration-thickness: none; } @@ -95,7 +90,6 @@ const GlobalFooter = ({ className }) => {