Spaces:
Runtime error
Runtime error
Update custom.css
Browse files- custom.css +21 -0
custom.css
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
background-color: #2e3440;
|
| 3 |
+
color: #d8dee9;
|
| 4 |
+
font-family: 'Roboto', sans-serif;
|
| 5 |
+
}
|
| 6 |
+
.gradio-container {
|
| 7 |
+
background-color: #3b4252;
|
| 8 |
+
border: 2px solid #88c0d0;
|
| 9 |
+
border-radius: 10px;
|
| 10 |
+
padding: 20px;
|
| 11 |
+
}
|
| 12 |
+
.gr-button {
|
| 13 |
+
background-color: #5e81ac;
|
| 14 |
+
color: #d8dee9;
|
| 15 |
+
border-radius: 5px;
|
| 16 |
+
}
|
| 17 |
+
#header {
|
| 18 |
+
font-size: 2em;
|
| 19 |
+
text-align: center;
|
| 20 |
+
margin-bottom: 20px;
|
| 21 |
+
}
|