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,10 +11,11 @@
<br>
<p>
<b>My Projects</b><br>
<b>┠━</b> <a href="https://neon443.github.io/Musics-info/">Musics-info</a><br>
<b>┠━</b> <a href="https://neon443.github.io/eagle-craft/">EagleCraft</a><br>
<b>┠━</b> <a href="https://neon443.github.io/webpage-testing/">webpage-testing</a><br>
<b></b>
<b>├──</b> <a href="https://neon443.github.io/Musics-info/">Musics-info</a><br>
<b>├──</b> <a href="https://neon443.github.io/eagle-craft/">EagleCraft</a><br>
<b>├──</b> <a href="https://neon443.github.io/webpage-testing/">webpage-testing</a><br>
<b>├──</b><br>
<b>└──</b><br>
</p>
<br>
<h3><b>Tips:</b></h3>

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{