Skip to content

Commit ef1d8d0

Browse files
committed
Base code for jumpy
1 parent 12e8617 commit ef1d8d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

www/css/index.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ body {
2424
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
2525
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
2626
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
27-
background-color:#E4E4E4;
27+
background-color: #00BFFF;
2828
background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
2929
background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
3030
background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
3131
background-image:-webkit-gradient(
3232
linear,
3333
left top,
3434
left bottom,
35-
color-stop(0, #A7A7A7),
36-
color-stop(0.51, #E4E4E4)
35+
color-stop(0, #00BFFF),
36+
color-stop(0.51, #00BFFF)
3737
);
3838
background-attachment:fixed;
3939
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
@@ -47,7 +47,6 @@ body {
4747

4848
/* Portrait layout (default) */
4949
.app {
50-
background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
5150
position:absolute; /* position in the center of the screen */
5251
left:50%;
5352
top:50%;

0 commit comments

Comments
 (0)