Skip to content

Commit

Permalink
fix: logo on light theme without class
Browse files Browse the repository at this point in the history
  • Loading branch information
marpme committed Oct 30, 2023
1 parent 26c8497 commit 1aa23ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Logo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
}
}

html .logo path {
stroke: #303030;
}

html.dark .logo path {
stroke: #f3f3f3;
}
Expand Down

0 comments on commit 1aa23ed

Please sign in to comment.