diff --git a/css/style.css b/css/style.css index 18d4499..fa6a696 100644 --- a/css/style.css +++ b/css/style.css @@ -64,7 +64,7 @@ p { background-color: #008800; } -.nav-container { +.nav { background-color: #00ff00; } @@ -79,6 +79,7 @@ nav a { nav a:hover { background-color: #008800; + color: white; } nav a.active { diff --git a/index.html b/index.html index d9807c4..651afec 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,12 @@