From 47528bb8749f3363a598b4705ae08ba4f467e78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 17 Nov 2021 17:43:35 +0100 Subject: [PATCH] Change navbar look --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 {