Skip to content

Commit 3e6e26a

Browse files
committed
added the dependencies
1 parent 5dae9ec commit 3e6e26a

File tree

3 files changed

+71
-10
lines changed

3 files changed

+71
-10
lines changed

package-lock.json

Lines changed: 67 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"globals": "^15.14.0",
3737
"postcss": "^8.4.49",
3838
"tailwindcss": "^3.4.17",
39+
"terser": "^5.37.0",
3940
"vite": "^6.0.5"
4041
}
4142
}

src/styles.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,9 @@ margin-right: 210px;
8080

8181
/* Navbar Styles */
8282
nav {
83-
z-index: 100;
84-
border-radius: 9999px;
85-
height: 300px;
86-
width: 60px;
87-
transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
88-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
89-
backdrop-filter: blur(5px);
90-
-webkit-backdrop-filter: blur(5px);
91-
background-color: rgba(44, 44, 44, 0.5);
83+
backdrop-filter: blur(2px);
84+
-webkit-backdrop-filter: blur(2px);
85+
transition: backdrop-filter 0.3s ease;
9286
}
9387

9488
nav ul {

0 commit comments

Comments
 (0)