Skip to content

Commit

Permalink
#60 Remove dark color on active button
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 5, 2023
1 parent 01738ec commit 4c2ea74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/styles/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
background-color: var(--clr-accent-dark) !important;
}

.Button:focus {
background-color: var(--clr-accent-dark);
}

.Wide {
padding: 10px 50px;
width: 100%;
Expand Down

0 comments on commit 4c2ea74

Please sign in to comment.