diff --git a/newVersion/css/navstyle.css b/newVersion/css/navstyle.css
index 2a4e9bb..5afaf2b 100644
--- a/newVersion/css/navstyle.css
+++ b/newVersion/css/navstyle.css
@@ -13,7 +13,8 @@
#nav-menu {
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.85);
+ background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.822), rgba(22, 17, 65, 0.822) 5% );
+ background-size: 150vh 150vh;
position: fixed;
display: block;
z-index: 10;
@@ -22,6 +23,7 @@
bottom: 0;
left: 1;
right: 1;
+ transition: background-position 0.5s ease-in-out;
}
.nav-container {
diff --git a/newVersion/index.html b/newVersion/index.html
index aebdc3f..cd4b373 100644
--- a/newVersion/index.html
+++ b/newVersion/index.html
@@ -34,7 +34,6 @@
-