jin-nin commited on
Commit
2d757a3
1 Parent(s): 7f56cb6

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -3
style.css CHANGED
@@ -1,18 +1,25 @@
1
- /* .gr-box, .gr-form {
2
  background: none !important;
3
  border: none !important;
4
  }
5
 
6
  .gr-button {
 
7
  border: none !iportant;
8
  font-weight: normal !iportant;
9
  background: none !iportant;
10
  }
 
 
 
11
 
12
  body, .gradio-container {
13
  font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !iportant;
14
- background: transparent !important;
15
- } */
 
 
 
16
 
17
  footer {
18
  display: none !important;
 
1
+ .gr-box, .gr-form {
2
  background: none !important;
3
  border: none !important;
4
  }
5
 
6
  .gr-button {
7
+ color: #6699cc;
8
  border: none !iportant;
9
  font-weight: normal !iportant;
10
  background: none !iportant;
11
  }
12
+ .gr-button:hover {
13
+ background: rgba( 255, 255, 255, .1 );
14
+ }
15
 
16
  body, .gradio-container {
17
  font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !iportant;
18
+ }
19
+
20
+ .container {
21
+ max-width: !important;
22
+ }
23
 
24
  footer {
25
  display: none !important;