Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a0bd95

Browse filesBrowse files
committed
Update and rename snake.css to main-snake.css
1 parent f2f5691 commit 8a0bd95
Copy full SHA for 8a0bd95

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: css/main-snake.css
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.