Skip to content

Commit f793e03

Browse files
committed
Update dark-snake.css
1 parent 95d0205 commit f793e03

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

css/dark-snake.css

+15-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@ JavaScript Snake
33
By Patrick Gillespie
44
http://patorjk.com/games/snake
55
*/
6-
#high-score-dialog {
7-
background: black;
8-
color: #3E2E44;
6+
.high-score {
7+
position: relative;
8+
left: 1163px;
9+
bottom: 0px;
10+
font-family: Verdana, arial, helvetica, sans-serif;
11+
font-size: 14px;
12+
color: #ffffff;
13+
}
14+
15+
#score {
916
position: relative;
10-
bottom: 200px;
17+
left: 1250px;
18+
bottom: 31px;
19+
font-family: Verdana, arial, helvetica, sans-serif;
20+
font-size: 14px;
21+
color: #ffffff;
1122
}
1223

1324
select {

0 commit comments

Comments
 (0)