diff --git a/css/main.css b/css/main.css index 9be3298..63497a2 100644 --- a/css/main.css +++ b/css/main.css @@ -28,7 +28,7 @@ html{ /* MENU */ #nav{ - position: fixed; + position: relative; top: 0; left: 0; background: var(--dark-color); @@ -55,7 +55,7 @@ html{ } #nav-links a{ - color: #dedede; + color: rgb( 45, A2 ,104); text-decoration: none; transition: font-size .2s ease-in; } @@ -308,4 +308,4 @@ section a:active{ width: 90%; border-radius: 5px; box-shadow: 2px 3px 5px 3px rgba(15, 25, 53, 0.5); -} \ No newline at end of file +}