diff --git a/navLinks.css b/navLinks.css index 033d9948..d43c72ea 100644 --- a/navLinks.css +++ b/navLinks.css @@ -211,6 +211,7 @@ body.light-mode .nav-container { /*added padding and transition*/ padding: 10px 15px; transition: all 0.3s ease-in-out; + display: inline-block; /* enable smooth scale without layout issues */ } @@ -236,6 +237,7 @@ body.light-mode .nav-container { background: rgba(255, 255, 255, 0.1); /* Subtle translucent background */ border-radius: 8px; transition: all 0.3s ease-in-out; + transform: scale(1.08); /* increase width & height on hover */ } /* Underline Effect */ @@ -257,6 +259,7 @@ body.light-mode .nav-container { color: #e0b3ff; /* Light purple glow effect */ text-shadow: 0px 0px 10px rgba(224, 179, 255, 0.8); /* Soft glow */ + transform: scale(1.08); /* increase width & height on hover */ } .navLinks a:hover::after, diff --git a/newLogin.html b/newLogin.html index cc2c356c..94e8e6f5 100644 --- a/newLogin.html +++ b/newLogin.html @@ -6,7 +6,7 @@ Tourguide - + @@ -44,9 +44,9 @@

Tour Guide

- - - + + +
@@ -73,9 +73,9 @@

Tour Guide

or use your account
- - - + + +