jin-nin commited on
Commit
0b76052
1 Parent(s): 36c3bbf

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -3,7 +3,7 @@
3
  border: none !important;
4
  }
5
  .gr-input {
6
- background: rgba(0,0,0,.1) !important;
7
  box-shadow: inset 0 0 0 1px #293139 !important;
8
  border-radius: 2px !important;
9
  padding: .5rem .75rem !important;
@@ -11,7 +11,7 @@
11
  line-height: 1.5rem !important;
12
  }
13
  input::-webkit-slider-runnable-track {
14
- background: rgba(0,0,0,.1) !important;
15
  border-radius: 2px !important;
16
  }
17
 
 
3
  border: none !important;
4
  }
5
  .gr-input {
6
+ background: #131d26 !important;
7
  box-shadow: inset 0 0 0 1px #293139 !important;
8
  border-radius: 2px !important;
9
  padding: .5rem .75rem !important;
 
11
  line-height: 1.5rem !important;
12
  }
13
  input::-webkit-slider-runnable-track {
14
+ background: #131d26 !important;
15
  border-radius: 2px !important;
16
  }
17