Add navbar blurred background.
This commit is contained in:
@@ -79,9 +79,9 @@ ul#course {
|
|||||||
|
|
||||||
/* The navigation bar */
|
/* The navigation bar */
|
||||||
.navbar {
|
.navbar {
|
||||||
opacity: 0.8;
|
backdrop-filter: blur(3px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #3c3836;
|
background-color: #3c3836AA;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/* Set the navbar to fixed position */
|
/* Set the navbar to fixed position */
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user