Sergidev commited on
Commit
877e56f
·
verified ·
1 Parent(s): 0170156

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -0
style.css CHANGED
@@ -52,3 +52,12 @@ h1 {
52
  white-space: pre-wrap;
53
  word-break: break-all;
54
  }
 
 
 
 
 
 
 
 
 
 
52
  white-space: pre-wrap;
53
  word-break: break-all;
54
  }
55
+
56
+ #history_list img {
57
+ cursor: pointer;
58
+ transition: transform 0.2s;
59
+ }
60
+
61
+ #history_list img:hover {
62
+ transform: scale(1.1);
63
+ }