@@ -24,16 +24,16 @@ body {
24
24
-webkit-touch-callout : none; /* prevent callout to copy image, etc when tap to hold */
25
25
-webkit-text-size-adjust : none; /* prevent webkit from resizing text to fit */
26
26
-webkit-user-select : none; /* prevent copy paste, to allow, change 'none' to 'text' */
27
- background-color : # E4E4E4 ;
27
+ background-color : # 00BFFF ;
28
28
background-image : linear-gradient (top, # A7A7A7 0% , # E4E4E4 51% );
29
29
background-image : -webkit-linear-gradient (top, # A7A7A7 0% , # E4E4E4 51% );
30
30
background-image : -ms-linear-gradient (top, # A7A7A7 0% , # E4E4E4 51% );
31
31
background-image : -webkit-gradient (
32
32
linear,
33
33
left top,
34
34
left bottom,
35
- color-stop (0 , # A7A7A7 ),
36
- color-stop (0.51 , # E4E4E4 )
35
+ color-stop (0 , # 00BFFF ),
36
+ color-stop (0.51 , # 00BFFF )
37
37
);
38
38
background-attachment : fixed;
39
39
font-family : 'HelveticaNeue-Light' , 'HelveticaNeue' , Helvetica, Arial, sans-serif;
47
47
48
48
/* Portrait layout (default) */
49
49
.app {
50
- background : url(../ img/logo.png) no-repeat center top; /* 170px x 200px */
51
50
position : absolute; /* position in the center of the screen */
52
51
left : 50% ;
53
52
top : 50% ;
0 commit comments