fixed pipes

plus removed bg color, and weakend blur
This commit is contained in:
2023-05-21 14:37:02 +01:00
parent 3eca879608
commit 4d67fbbc1f
2 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,7 @@ a{
.topbar{
position: fixed;
top: 0px;
background-color: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(5px);
backdrop-filter: blur(2.5px);
width: 100%;
}
body{