diff --git a/assets/css/styles.css b/assets/css/styles.css index e863661..9d18b0e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -58,7 +58,7 @@ svg { left: 0; right: 0; height: 100px; - background: #28a3d7; + background: #0c5b7c; color: white; display: flex; align-items: center; @@ -69,7 +69,7 @@ a:link, a:visited, a:hover, a:active { - color: #28a3d7; + color: #0c5b7c; text-decoration: none; border-bottom: 2px solid #f6aa3c; } @@ -85,7 +85,7 @@ a:active { } .navbar a { margin-right: 1%; - font-size: .7rem; + font-size: 1rem; } @media screen and (max-width: 480px) { .header {