Skip to content

Commit

Permalink
fix: Adjust logo colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Mar 29, 2023
1 parent dbf5adf commit 7364fb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/@newrelic/gatsby-theme-newrelic/components/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ const Logo = ({ className, height }) => (
stroke-width: 3.72px;
}
.text-color {
fill: #dddedf;
fill: var(--system-text-primary-light);
.dark-mode & {
fill: #dddedf;
}
}
`}
className={className}
Expand Down

0 comments on commit 7364fb7

Please sign in to comment.