Update public/style.css
Browse files- public/style.css +1 -0
public/style.css
CHANGED
@@ -21,6 +21,7 @@ html, body {
|
|
21 |
border: none;
|
22 |
padding: 10px;
|
23 |
width: 408px;
|
|
|
24 |
}
|
25 |
textarea#prompt-inp {
|
26 |
/*border-top-left-radius: 6px;*/
|
|
|
21 |
border: none;
|
22 |
padding: 10px;
|
23 |
width: 408px;
|
24 |
+
background: white!important;
|
25 |
}
|
26 |
textarea#prompt-inp {
|
27 |
/*border-top-left-radius: 6px;*/
|