diff --git a/page-blocks/nav-menu.php b/page-blocks/nav-menu.php index 4378b26..7277999 100644 --- a/page-blocks/nav-menu.php +++ b/page-blocks/nav-menu.php @@ -3,8 +3,8 @@ echo ''; diff --git a/styles/style.css b/styles/style.css index bafd047..fe47d0d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -127,12 +127,13 @@ body { padding: 12px; font-size: 12px; border: none; + border-bottom-left-radius: 10px; cursor: pointer; } /* Dropdown button on hover & focus */ .dropbtn:hover, .dropbtn:focus { - background-color: #2980B9; + background-color: #0280e5; } /* The container
- needed to position the dropdown content */ @@ -145,7 +146,7 @@ body { .dropdown-content { display: none; position: absolute; - background-color: #f1f1f1; + background-color: #7fa7e6; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; @@ -153,7 +154,7 @@ body { /* Links inside the dropdown */ .dropdown-content a { - color: black; + color: white; padding: 12px 16px; text-decoration: none; display: block;