From 3ebed97350d26da107cf03f7b3b22520dc9437a7 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 1 Dec 2018 18:37:58 -0500 Subject: [PATCH] stop --- main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.scss b/main.scss index af425b6..42b1293 100644 --- a/main.scss +++ b/main.scss @@ -32,13 +32,13 @@ body { color: $darkFont; text-decoration: none; border-radius: 0.2em; + box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.96); &:hover { background-color: $darkBg; color: $lightBg; } } - .bgimg { position: relative; height: 100vh; @@ -88,8 +88,8 @@ header { @include textShadow(); cursor: pointer; &:hover { - color: $darkFont; - } + color: $darkFont; + } } }