Skip to content

Commit

Permalink
fixing form button color
Browse files Browse the repository at this point in the history
  • Loading branch information
sdees82 committed Aug 13, 2018
1 parent e202f22 commit 40b7fa0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ p, li, .description{
.background-black{
background: #131313;
}
.background-black:hover{
background: #b2a37d;

.background-black:hover, .background-black:focus{
background: #b2a37d !important;
}


.filter-color{
background: linear-gradient(0deg,rgba(44,44,44,.2),rgba(0,0,0,.8));
}
Expand Down

0 comments on commit 40b7fa0

Please sign in to comment.