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; +} +