Add navbar blurred background.

This commit is contained in:
2025-06-28 22:23:11 +08:00
parent 24e12371ad
commit f6b9bc2921

View File

@@ -79,9 +79,9 @@ ul#course {
/* The navigation bar */
.navbar {
opacity: 0.8;
backdrop-filter: blur(3px);
overflow: hidden;
background-color: #3c3836;
background-color: #3c3836AA;
position: fixed;
/* Set the navbar to fixed position */
top: 0;