From f1ef4ee0acb462defb36a37f8028ecba4a8b7eb9 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 6 Nov 2022 18:45:44 -0500 Subject: [PATCH] style: Update nav to have underlines for links --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index 71471a7..7c56225 100644 --- a/style.css +++ b/style.css @@ -44,15 +44,11 @@ nav { nav a { text-align: center; - text-decoration: none; + text-decoration: underline; color: black; padding: 2%; } -nav a:hover { - text-decoration: underline; -} - p.address { padding-left: 36px; } -- libgit2 1.1.1