Skip to content

Commit

Permalink
chore: reduce silhoutte opacity in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Oct 9, 2024
1 parent 0c72ff3 commit 13548e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function TwoColumnFullScreenLayout() {
<img
src={quote.imageUrl}
alt={quote.author}
className="absolute inset-0 w-full h-full object-cover object-top opacity-40 dark:opacity-20 pointer-events-none"
className="absolute inset-0 w-full h-full object-cover object-top opacity-30 dark:opacity-20 pointer-events-none"
/>
<div className="flex-1 w-full h-full flex flex-col">
<div className="flex flex-row justify-between items-center">
Expand Down

0 comments on commit 13548e8

Please sign in to comment.