Skip to content

Commit

Permalink
fix: CSS change
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jun 6, 2019
1 parent 25c7f85 commit e3788fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,12 +540,11 @@ button[type="reset"]:hover {
.bsa-cpc a {
color: inherit;
text-decoration: none;
transition: background-color .15s ease-in-out;
transition: box-shadow .15s ease-in-out;
}

.bsa-cpc a:hover {
background-color: #26A65B;
color: #fff;
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.bsa-cpc .default-image img {
Expand Down

0 comments on commit e3788fa

Please sign in to comment.