diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-22 10:52:34 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-22 10:52:34 -0400 |
| commit | 037027d6a1313bc2c1d347358076bd69b6b6287b (patch) | |
| tree | c80dafdcfa02d19d17c41c3b7504994ba65af387 /CSS/main.css | |
| parent | fb4c9e80239275055711141c4a56226fa1c4b32b (diff) | |
Fixed issue with the main css file not loading the dropdown
Diffstat (limited to 'CSS/main.css')
| -rw-r--r-- | CSS/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
