Skip to content

Commit

Permalink
Feature-example: Updated gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
johnHackworth committed Dec 1, 2015
1 parent 733c22a commit 705bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/feature-example/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
top: 0;
height: 300px;
width: 100%;
background: linear-gradient( to bottom, rgba(255, 255, 255, .3), rgba(245, 245, 245, 1) );
background: linear-gradient( to bottom, rgba(243, 246, 248, 0.4), rgba( 243, 246, 248, 1) );
}

0 comments on commit 705bf3b

Please sign in to comment.