Skip to content

Commit

Permalink
Make it 💡
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Jul 11, 2014
1 parent e10b4c5 commit eebf097
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,46 @@ ul.what-next-list {
padding-left: 0px;

}


#user-name span {
color: #c5d6f1;
-webkit-animation: blink 1s infinite linear;
}

@-webkit-keyframes blink {
0% { text-shadow: none; }
79% { text-shadow: none; }
80% {
text-shadow: 0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 10px #c5d6f1,
0 0 10px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1;
}
100% {
text-shadow: 0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 5px #c5d6f1,
0 0 10px #c5d6f1,
0 0 10px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1,
0 0 15px #c5d6f1;
}
}

0 comments on commit eebf097

Please sign in to comment.