Skip to content

Commit 50989ba

Browse files
author
Roméo Maignal
committed
fix(NavBar): changed the backgroudn color of the navbar from transparent to black because GiThub Pages cannot blur it yet
1 parent 1dbd57c commit 50989ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/NavigationBar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}
1010

1111
.navbar.scrolled {
12-
background: rgba(3, 3, 3, 0.60);
12+
/* background: rgba(3, 3, 3, 0.60); */ /* The background blur doesn't work when the website is published on github pages. For now this is commented out but once we understand the issue we can uncomment it */
13+
background: rgba(3, 3, 3, 1);
1314
backdrop-filter: blur(16px);
1415
-webkit-backdrop-filter: blur(16px);
1516
/* border-bottom: 1px solid var(--border); */

0 commit comments

Comments
 (0)