Skip to content

Commit

Permalink
Merge pull request #142 from soul-wish/pr/cursor-size
Browse files Browse the repository at this point in the history
Fixes #141
  • Loading branch information
Panos Sakkos committed Jan 30, 2016
2 parents 9629abf + a6822b5 commit cff5b23
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 cff5b23

Please sign in to comment.