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' ;
311}
412
513# forkMe {
@@ -11,17 +19,18 @@ body{
1119 text-align : center;
1220 text-decoration : none;
1321 letter-spacing : .06em ;
14- background-color : # 455a64 ;
22+ background-color : # 1890ff ;
1523 padding : 0.5em 5em 0.4em 5em ;
1624 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 );
1927 font : bold 16 px/1.2em Arial, Sans-Serif;
2028 -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 ;
2432}
33+
2534# forkMe : before {
2635 content : '' ;
2736 top : 0 ;
3241 margin : -0.3em -5em ;
3342 transform : scale (0.7 );
3443 -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 ;
3655}
37- # forkMe : hover {opacity : 0.9 ;}
3856
3957a {
4058 color : # 1890ff ;
4765 transition : color 0.3s ;
4866 -webkit-text-decoration-skip : objects;
4967}
50- .btn-primary {
68+
69+ .btn-primary {
5170 background-color : # 337ab7 !important ;
5271 border-color : # 337ab7 !important ;
53- color : white !important ;
72+ color : white !important ;
5473}
55- .bg-primary {
74+
75+ .bg-primary {
5676 background-color : # 337ab7 !important ;
5777 color : white !important ;
5878}
59- .btn-primary : focus , .btn-primary : active {
79+
80+ .btn-primary : focus ,
81+ .btn-primary : active {
6082 background-color : # 337ab7 !important ;
6183 border-color : # 337ab7 !important ;
6284 box-shadow : 0 0 0 0.25rem rgb (102 151 193 ) !important ;
0 commit comments