Tuchuanhuhuhu commited on
Commit
751bfdc
·
1 Parent(s): ce81215

改动:动画回来了

Browse files
Files changed (1) hide show
  1. presets.py +4 -0
presets.py CHANGED
@@ -28,6 +28,10 @@ pre code {
28
  margin-top: 1em !important;
29
  color: #FFF;
30
  box-shadow: inset 0px 8px 16px hsla(0, 0%, 0%, .2)
 
 
 
 
31
  }
32
 
33
 
 
28
  margin-top: 1em !important;
29
  color: #FFF;
30
  box-shadow: inset 0px 8px 16px hsla(0, 0%, 0%, .2)
31
+
32
+ *{
33
+ transition: all 0.6s;
34
+ }
35
  }
36
 
37