Skip to content

Commit

Permalink
chore: adjust color
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentsViewer committed Apr 19, 2024
1 parent 01fc805 commit a3343d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dynamic-background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const DynamicBackground = () => {
right: 0,
bottom: 0,
left: 0,
opacity: 0.25,
opacity: 1.0,
// backgroundImage: `radical-gradient(transparent, ${backgroundColor})`,
background: `radial-gradient(circle at 76% 26%, transparent, ${backgroundColor})`,
}}
Expand All @@ -76,7 +76,7 @@ export const DynamicBackground = () => {
bottom: 0,
left: 0,
background: `linear-gradient(transparent, ${primaryColor})`,
opacity: 0.2,
opacity: 1.0,
}}
/>
</div>
Expand Down

0 comments on commit a3343d9

Please sign in to comment.