Skip to content

Commit

Permalink
lower blur amount
Browse files Browse the repository at this point in the history
  • Loading branch information
kimg45 authored Sep 4, 2024
1 parent 729d321 commit e63a3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ p {

article {
background-color: rgba(22, 22, 22, 0.5);
backdrop-filter: blur(100px);
backdrop-filter: blur(15px);
padding: 10px;
margin: 25px;
border-radius: 25px;
Expand All @@ -385,4 +385,4 @@ a:link {
a:visited {
color: #f0f;
text-shadow: 0px 0px 2px #f0f;
}
}

0 comments on commit e63a3ef

Please sign in to comment.