Skip to content

Commit 1746d23

Browse files
committed
added a animation to the game title
1 parent c1eec0b commit 1746d23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

122 - Lights Out/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ h1{
5858
font-family: 'Press Start 2P', cursive;
5959
color: white;
6060
text-align: center;
61-
/* animation: lightOnOff 2s infinite; */
62-
text-shadow: 0 0 10px yellow;
61+
animation: lightOnOff 2s infinite;
6362
}
6463

6564
@keyframes lightOnOff {

0 commit comments

Comments
 (0)