1
- body {
2
- color : # 333 ;
1
+ body {
2
+ margin : 0 ;
3
+ color : rgba (0 , 0 , 0 , 0.65 );
4
+ font-size : 14px ;
5
+ font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI' , 'PingFang SC' , 'Hiragino Sans GB' , 'Microsoft YaHei' , 'Helvetica Neue' , Helvetica, Arial, sans-serif, 'Apple Color Emoji' , 'Segoe UI Emoji' , 'Segoe UI Symbol' ;
6
+ font-variant : tabular-nums;
7
+ line-height : 1.5 ;
8
+ background-color : # fff ;
9
+ -webkit-font-feature-settings : 'tnum' ;
10
+ font-feature-settings : 'tnum' ;
3
11
}
4
12
5
13
# forkMe {
@@ -11,17 +19,18 @@ body{
11
19
text-align : center;
12
20
text-decoration : none;
13
21
letter-spacing : .06em ;
14
- background-color : # 455a64 ;
22
+ background-color : # 1890ff ;
15
23
padding : 0.5em 5em 0.4em 5em ;
16
24
text-shadow : 0 0 0.75em # 444 ;
17
- box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.5 );
18
- transform : rotate (45deg ) scale (0.75 , 1 );
25
+ box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.5 );
26
+ transform : rotate (45deg ) scale (0.75 , 1 );
19
27
font : bold 16 px/1.2em Arial, Sans-Serif;
20
28
-webkit-text-shadow : 0 0 0.75em # 444 ;
21
- -webkit-box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.5 );
22
- -webkit-transform : rotate (45deg ) scale (0.75 , 1 );
23
- z-index : 10 ;
29
+ -webkit-box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.5 );
30
+ -webkit-transform : rotate (45deg ) scale (0.75 , 1 );
31
+ z-index : 10 ;
24
32
}
33
+
25
34
# forkMe : before {
26
35
content : '' ;
27
36
top : 0 ;
32
41
margin : -0.3em -5em ;
33
42
transform : scale (0.7 );
34
43
-webkit-transform : scale (0.7 );
35
- border : 2px rgba (255 , 255 , 255 , 0.7 ) dashed;
44
+ border : 2px rgba (255 , 255 , 255 , 0.7 ) dashed;
45
+ }
46
+
47
+ @media only screen and (max-width : 600px ) {
48
+ # forkMe {
49
+ font-size : small;
50
+ }
51
+ }
52
+
53
+ # forkMe : hover {
54
+ opacity : 0.9 ;
36
55
}
37
- # forkMe : hover {opacity : 0.9 ;}
38
56
39
57
a {
40
58
color : # 1890ff ;
47
65
transition : color 0.3s ;
48
66
-webkit-text-decoration-skip : objects;
49
67
}
50
- .btn-primary {
68
+
69
+ .btn-primary {
51
70
background-color : # 337ab7 !important ;
52
71
border-color : # 337ab7 !important ;
53
- color : white !important ;
72
+ color : white !important ;
54
73
}
55
- .bg-primary {
74
+
75
+ .bg-primary {
56
76
background-color : # 337ab7 !important ;
57
77
color : white !important ;
58
78
}
59
- .btn-primary : focus , .btn-primary : active {
79
+
80
+ .btn-primary : focus ,
81
+ .btn-primary : active {
60
82
background-color : # 337ab7 !important ;
61
83
border-color : # 337ab7 !important ;
62
84
box-shadow : 0 0 0 0.25rem rgb (102 151 193 ) !important ;
0 commit comments