diff --git a/www/css/style.css b/www/css/style.css index 087066d..54a687f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -22,7 +22,7 @@ body { nav { display: flex; - background-color: #B47871; + background-color: #13172c; justify-content: space-between; position: sticky; top: 0; @@ -53,7 +53,7 @@ nav a { nav a:hover { height: 40px; border-radius: 20px; - background-color: #273A56; + background-color: #B47871; } footer {