Skip to content

Commit

Permalink
Fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
soul-wish committed Jan 17, 2016
1 parent 463b045 commit a6822b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@ body {
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
font-size: 16px;
vertical-align: top;
@media(min-width:768px) {
font-size: 22px;
}
}
@keyframes blink{
0% { opacity:1; }
Expand Down

0 comments on commit a6822b5

Please sign in to comment.