Update style.css
Browse files
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 |
}
|