mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
increase blur
hopefully makes readability better
This commit is contained in:
parent
dd61eb76ee
commit
ddc95fdacb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue