diff --git a/sass/style.scss b/sass/style.scss index b10e53d..3473e3a 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -31,7 +31,7 @@ nav ul { padding: .7em; border: 1px solid #000; margin: .5em; - text-decoration: none; + text-decoration: none !important; color: #000; font-size: 1.2em; text-align: center; @@ -81,6 +81,15 @@ main { margin-top: 2em; } + a { + color: #C61730; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + .hero { width: 100vw; position: relative;