Spaces:
Build error
Build error
Commit
·
6013114
1
Parent(s):
6a42a34
Update custom.css
Browse files- custom.css +14 -0
custom.css
CHANGED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* custom.css */
|
2 |
+
|
3 |
+
.gradio-interface-tabs {
|
4 |
+
background-color: #f1f1f1;
|
5 |
+
}
|
6 |
+
|
7 |
+
.gradio-interface-tabs .tab {
|
8 |
+
background-color: #ddd;
|
9 |
+
color: #333;
|
10 |
+
}
|
11 |
+
|
12 |
+
.gradio-interface-tabs .tab:hover {
|
13 |
+
background-color: #bbb;
|
14 |
+
}
|