Skip to content

Commit

Permalink
chore: More opacity in index
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Oct 26, 2024
1 parent c755672 commit e199dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tools/misti/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
display: flex;
flex-direction: column;
align-items: flex-start; /* Align text to the left */
background: rgba(255, 255, 255, 0.2); /* Semi-transparent white for glass effect */
background: rgba(255, 255, 255, 0.35); /* Reduced transparency for more white */
border-radius: 10px; /* Rounded corners */
padding: 2rem; /* Padding inside the box */
backdrop-filter: blur(15px); /* Blurred background */
Expand Down

0 comments on commit e199dc2

Please sign in to comment.