Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Remove drop shadow for a flat look. #9
Browse files Browse the repository at this point in the history
Good call @mjchamplin!
  • Loading branch information
octalmage committed Sep 18, 2014
1 parent 26c7210 commit a391aba
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,11 @@
background :
linear-gradient(
-45deg,
#fff,
#f3f3f3 45%,
#ddd 50%,
#aaa 50%,
#bbb 56%,
#ccc 62%,
#f3f3f3 80%,
#fff 100%
#FFF,
#FFF 44%,
#ACACAC 45%
);
box-shadow : 0 0 10px rgba(0, 0, 0, .5);
/*box-shadow : 0 0 10px rgba(0, 0, 0, .5); Makes it too realistic. */
transition: all .5s ease;
}

Expand Down

0 comments on commit a391aba

Please sign in to comment.