jin-nin commited on
Commit
3037b0d
1 Parent(s): 5fdbe52

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -2
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
  }