@@ -45,15 +45,15 @@ html, body, .page {
45
45
.loading { /* more info: http://www.zhangxinxu.com/wordpress/?p=3357 */
46
46
width : 3px ; height : 3px ;
47
47
border-radius : 100% ;
48
- box-shadow : 0 -10px 0 1px # 333 , /* top, 1px expand */
49
- 10px 0px # 333 , /* right */
50
- 0 10px # 333 , /* bottom */
51
- -10px 0 # 333 , /* left */
48
+ box-shadow : 0 -10px 0 1px currentColor , /* top, 1px expand */
49
+ 10px 0px currentColor , /* right */
50
+ 0 10px currentColor , /* bottom */
51
+ -10px 0 currentColor , /* left */
52
52
53
- -7px -7px 0 .5px # 333 , /* left-top, 0.5px expand */
54
- 7px -7px 0 1.5px # 333 , /* right-top, 1.5px expand */
55
- 7px 7px # 333 , /* right-bottom */
56
- -7px 7px # 333 ; /* left-bottom */
53
+ -7px -7px 0 .5px currentColor , /* left-top, 0.5px expand */
54
+ 7px -7px 0 1.5px currentColor , /* right-top, 1.5px expand */
55
+ 7px 7px currentColor , /* right-bottom */
56
+ -7px 7px currentColor ; /* left-bottom */
57
57
-webkit-animation : loading 1s step-start infinite;
58
58
animation : loading 1s step-start infinite;
59
59
/*center*/
0 commit comments