Skip to content

Commit

Permalink
adjust opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
gylesfohl committed Aug 16, 2024
1 parent ecc3a53 commit 58ddf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Animation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Animation = () => (
<svg
xmlns="http://www.w3.org/2000/svg"
id="svg"
className="absolute -z-10 rotate-180 opacity-15 transition delay-150 duration-300 ease-in-out"
className="absolute -z-10 rotate-180 opacity-10 transition delay-150 duration-300 ease-in-out dark:opacity-15"
viewBox="0 0 1440 590"
>
<style>
Expand Down

0 comments on commit 58ddf8e

Please sign in to comment.