From 69e05fd396af8ac28175e4433fbae51c2b3a34fe Mon Sep 17 00:00:00 2001 From: sweatshirt0 Date: Sat, 28 Jan 2023 03:36:45 -0500 Subject: [PATCH] nav bar styling patch --- styles/styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index da93c6c..7259d03 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -48,3 +48,16 @@ body { font-size: 1.2rem; padding-left: 2px; } + +.nav-wrapper a { + text-decoration: none; + color: white; + margin-left: 15px; + margin-right: 15px; +} + +.nav-wrapper a:hover { + cursor: pointer; + text-decoration: underline; +} +