Skip to content

Commit

Permalink
experiment with banner color
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 13, 2024
1 parent c840487 commit f9961f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Banner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ const calculatePositions = (cx: number, cy: number, r: number, angleDegrees: num
cx={circle.cx}
cy={circle.cy}
r={circle.r}
class="fill-primary stroke-base-content stroke-[5]"
class="fill-accent stroke-base-content stroke-[5]"
/>
<!-- Add a curved line (arc) connecting the circle to the text -->
<path
Expand Down

0 comments on commit f9961f0

Please sign in to comment.