broadfield-dev commited on
Commit
4703e99
·
verified ·
1 Parent(s): 49003da

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +8 -0
static/styles.css CHANGED
@@ -64,6 +64,14 @@ button:hover {
64
  background-color: #45a049;
65
  }
66
 
 
 
 
 
 
 
 
 
67
  #reset-btn {
68
  background-color: #2196F3;
69
  }
 
64
  background-color: #45a049;
65
  }
66
 
67
+ #stop-btn {
68
+ background-color: #F44336;
69
+ }
70
+
71
+ #stop-btn:hover {
72
+ background-color: #d32f2f;
73
+ }
74
+
75
  #reset-btn {
76
  background-color: #2196F3;
77
  }