Skip to content

Commit

Permalink
Made hex hover background darker
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosh committed Jul 20, 2017
1 parent e9d982d commit 3832c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stylesheets/modules/_hex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
transition: background 0.2s ease-in-out;

&:hover {
background-color: #fafafa;
background-color: #eceaea;
}

&__block {
Expand All @@ -36,7 +36,7 @@
opacity: 1;
}

&__arrow {
&__arrow {
font-size: 16px !important;
margin-top: 4px;
color: #767676;
Expand All @@ -48,4 +48,4 @@
// &.last {
// .hex__arrow { display: none; }
// }
}
}

0 comments on commit 3832c1a

Please sign in to comment.