Skip to content

Commit

Permalink
fix: 🐛 Use css variable with base color fallback for svg els
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 16, 2024
1 parent 7eeb0e4 commit 38d1bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/svg.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ svg.ph-speccer

svg.ph-speccer .ph-speccer.path,
svg.ph-speccer .ph-speccer.circle
color var(--ph-speccer-base-color,var(--accent-color, rgb(255, 58, 168)) )
color var(--ph-speccer-base-color, #ff3aa8 )

0 comments on commit 38d1bea

Please sign in to comment.