jin-nin commited on
Commit
5188c29
1 Parent(s): 84eec66

Update style.css

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