increase blur

hopefully makes readability better
This commit is contained in:
Gen 2024-03-06 13:06:40 -08:00 committed by GitHub
parent dd61eb76ee
commit ddc95fdacb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ body {
margin-right: auto; margin-right: auto;
width: 75%; width: 75%;
grid-gap: 20px; grid-gap: 20px;
backdrop-filter: blur(15px); backdrop-filter: blur(30px);
background-color: rgba(35, 38, 52, 0.35); background-color: rgba(35, 38, 52, 0.35);
} }
@ -188,4 +188,4 @@ a:visited {
display: flex; display: flex;
} }
} }