From 037027d6a1313bc2c1d347358076bd69b6b6287b Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Mon, 22 Jun 2020 10:52:34 -0400 Subject: Fixed issue with the main css file not loading the dropdown --- CSS/main.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CSS') diff --git a/CSS/main.css b/CSS/main.css index 716655e..8700308 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -104,6 +104,7 @@ main{ } .dropbtn:hover, .dropbtn:focus { background-color: #fff; + border: none; } .dropdown { position: relative; @@ -124,6 +125,8 @@ main{ text-decoration: none; display: block; } +.dropdown a:hover {background-color: #fff;} +.show {display: block;} @media only screen and (min-width: 768px) and (min-height: 614px){ body{ display: grid; -- cgit v1.2.3