Spaces:
Running
Running
Update custom.css
Browse files- custom.css +4 -4
custom.css
CHANGED
@@ -3,16 +3,16 @@ body {
|
|
3 |
}
|
4 |
|
5 |
.gradio-container {
|
6 |
-
background: linear-gradient(to right,
|
7 |
-
color:
|
8 |
}
|
9 |
|
10 |
.gr-button {
|
11 |
background-color: #4a4a4a;
|
12 |
-
color: #
|
13 |
}
|
14 |
|
15 |
.gr-textbox {
|
16 |
-
background-color: #
|
17 |
color: #000000;
|
18 |
}
|
|
|
3 |
}
|
4 |
|
5 |
.gradio-container {
|
6 |
+
background: linear-gradient(to right, blue, purple);
|
7 |
+
color: gray;
|
8 |
}
|
9 |
|
10 |
.gr-button {
|
11 |
background-color: #4a4a4a;
|
12 |
+
color: #ffffff;
|
13 |
}
|
14 |
|
15 |
.gr-textbox {
|
16 |
+
background-color: #f0f0f0;
|
17 |
color: #000000;
|
18 |
}
|