Skip to content

Commit

Permalink
update page background color
Browse files Browse the repository at this point in the history
-override homepage background to old color to maintain contrast
  • Loading branch information
tabathadelane committed May 1, 2024
1 parent 3bea439 commit 2178528
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "2.0.0-next.8",
"@mdx-js/react": "2.0.0-next.8",
"@newrelic/gatsby-theme-newrelic": "9.5.2",
"@newrelic/gatsby-theme-newrelic": "9.5.3",
"@splitsoftware/splitio-react": "^1.2.4",
"ansi-colors": "^4.1.3",
"cockatiel": "^3.0.0-beta.0",
Expand Down
1 change: 1 addition & 0 deletions src/layouts/HomePageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const HomePageLayout = ({ children, pageContext }) => {
--sidebar-width: 0;
}
--link-color: rgb(243, 244, 244);
background: #f3f4f4;
`}
>
<Layout.Sidebar
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const HomePage = ({ data }) => {
layout={layout}
css={css`
border: none;
background: var(--tertiary-background-color);
max-width: 1440px;
margin: 2rem auto 0;
padding: 0 calc(5% + 8px); // to match the product tiles outer edges
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3629,10 +3629,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.5.2.tgz#668ae7eec1ca1beade2577db07a2a0ceead0ae9c"
integrity sha512-3B8hlSglxs8MazgGAGmaDP20+R+g17Xc8nUQGGkLN7roQJ5YPrrtcWFXymQ8OyjC7q+3weLq6YPVK6nxy8uZEA==
"@newrelic/gatsby-theme-newrelic@9.5.3":
version "9.5.3"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.5.3.tgz#8abe60c90654199d21b57f3f5ca79484aea71a5f"
integrity sha512-02+5/lbYueDxcnrUfPVOpg8EBRoKv2/DZwMd1Y+bCi4f8KGR+eFXb4AUORpHWAtTPjGK7+fSJkkoUObn5wotvg==
dependencies:
"@segment/analytics-next" "1.63.0"
"@wry/equality" "^0.4.0"
Expand Down

0 comments on commit 2178528

Please sign in to comment.