Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.gr-button {
|
| 2 |
color: white;
|
| 3 |
border-color: #000000;
|
|
|
|
| 1 |
+
.gradio-container {
|
| 2 |
+
color: #ffaa66;
|
| 3 |
+
background-color: #660099;
|
| 4 |
+
font-family: 'IBM Plex Sans', sans-serif;
|
| 5 |
+
}
|
| 6 |
.gr-button {
|
| 7 |
color: white;
|
| 8 |
border-color: #000000;
|