Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
-
.gr-box {
|
2 |
background: none !important;
|
3 |
border: none !important;
|
4 |
}
|
5 |
|
|
|
|
|
|
|
|
|
6 |
.gradio-container {
|
7 |
-
font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
|
8 |
}
|
|
|
1 |
+
.gr-box, gr-form {
|
2 |
background: none !important;
|
3 |
border: none !important;
|
4 |
}
|
5 |
|
6 |
+
.gr-button {
|
7 |
+
boder: none !iportant;
|
8 |
+
}
|
9 |
+
|
10 |
.gradio-container {
|
11 |
+
font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !iportant;
|
12 |
}
|