Skip to content

Commit

Permalink
Turned black header to transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-4 committed Sep 20, 2016
1 parent 204698d commit 56b80e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ button {
@-webkit-keyframes header {
0% {color: white;}
50% {color: white;}
100% {color: black;}
100% {color: rgba(255, 255, 255, 0);}
50% {color: white;}
0% {color: white;}
}
Expand Down

0 comments on commit 56b80e8

Please sign in to comment.