Skip to content

Commit

Permalink
Merge pull request #8 from bzr-sys/fix-logo-text-color
Browse files Browse the repository at this point in the history
Fix logo text colour
  • Loading branch information
paddyohanlon authored May 2, 2024
2 parents 3d60f78 + b8eeb9d commit 7e0c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LogoTextSVG.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { width } = Astro.props;
></path>
<style>
.text {
fill: oklch(var(--pc));
fill: oklch(var(--bc));
}
</style>
</svg>

0 comments on commit 7e0c94c

Please sign in to comment.