diff --git a/css/Layout_index.css b/css/Layout_index.css index fe4e19a..e780de5 100644 --- a/css/Layout_index.css +++ b/css/Layout_index.css @@ -26,14 +26,14 @@ body, html { /* Add a black background color to the top navigation */ .topnav { - background-color: #333; + background-color: rgb(235, 238, 218); overflow: hidden; } /* Style the links inside the navigation bar */ .topnav a { float: right; - color: #f2f2f2; + color: #333; text-align: center; padding: 17px 16px; text-decoration: none; @@ -43,20 +43,18 @@ body, html { /* Change the color of links on hover */ .topnav a:hover { background-color: #ddd; - color: black; + color: whitesmoke; } /* Add a color to the active/current link */ .topnav a.active { - background-color: #04AA6D; - color: white; + background-color: #333; + color: whitesmoke; } .title { - background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0, 0.0); /* Black w/opacity/see-through */ - color: white; - font-color: white; + color: whitesmoke; font-weight: bold; position: absolute; top: 5%; diff --git a/index.html b/index.html index 706e6a3..bb5545b 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Movie Data Dashboard for Data Viz