diff --git a/frontend/style.css b/frontend/style.css index 6358dbe..fc82d9a 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -62,9 +62,10 @@ body { transform: scale(1.7); } -#dropdown-button:focus { +#dropdown-button:focus-visible { outline: none; background-color: var(--brand-300); + border-radius: 5px; } #dropdown-button:active { @@ -97,7 +98,7 @@ body { outline: none; } -#dropdown a:hover, a:focus { +#dropdown a:hover, #dropdown a:focus { background-color: var(--brand-300); }