Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a0bd95

Browse files
committed
Update and rename snake.css to main-snake.css
1 parent f2f5691 commit 8a0bd95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/snake.css renamed to css/main-snake.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ JavaScript Snake
33
By Patrick Gillespie
44
http://patorjk.com/games/snake
55
*/
6+
#high-score-dialog {
7+
background: red;
8+
color: #FCFC54;
9+
}
10+
611
body {
712
margin:0px;
813
padding:0px;
@@ -126,4 +131,4 @@ a.snake-link:hover {
126131
margin-left: -158px;
127132
text-align: center;
128133
display: none;
129-
}
134+
}

0 commit comments

Comments
 (0)