diff --git a/style.css b/style.css index 0e4aff8..a81cc29 100644 --- a/style.css +++ b/style.css @@ -42,21 +42,23 @@ header h1 { } nav { - background-color: #002b36; + background-color: #eee8d5; width: 100%; - padding: 6px 0; + padding-top: 7px; text-align: center; + border-top: 1px solid; + border-bottom: 1px solid; } nav > a { text-decoration: none; font-size: 24px; font-family: sans-serif; - padding: 8px 10px; + padding: 10px 10px; } nav > a:hover { - background-color: #073642; + text-decoration: underline; } a {