diff options
| -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; |
