ebrowne commited on
Commit
4037a69
·
verified ·
1 Parent(s): cbf9802

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -49,4 +49,10 @@ button {
49
  border-radius: 8px;
50
  width: 150px;
51
  text-align: center;
 
 
 
 
 
 
52
  }
 
49
  border-radius: 8px;
50
  width: 150px;
51
  text-align: center;
52
+ opacity: 0.8;
53
+ transition: 0.3sec;
54
+ }
55
+
56
+ button:hover {
57
+ opacity: 1;
58
  }