fffiloni commited on
Commit
7bf0a5a
1 Parent(s): 613f964

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -0
style.css CHANGED
@@ -15,6 +15,10 @@ div#record_btn > .mt-6 button {
15
  height: 40px;
16
  }
17
 
 
 
 
 
18
  div#error_handler .openai_error {
19
  color: #c25c00;
20
  }
 
15
  height: 40px;
16
  }
17
 
18
+ div#record_btn button {
19
+ color: red;
20
+ }
21
+
22
  div#error_handler .openai_error {
23
  color: #c25c00;
24
  }