jin-nin commited on
Commit
74e387c
1 Parent(s): 37dcb48

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -1
style.css CHANGED
@@ -3,7 +3,7 @@
3
  border: none !important;
4
  }
5
  .gr-input {
6
- background: rgba(0,0,0,.25) !important;
7
  box-shadow: inset 0 0 0 1px #293139 !important;
8
  border-radius: 2px !important;
9
  padding: .5rem .75rem !important;
@@ -78,6 +78,7 @@ footer {
78
 
79
  #paints > * > .border {
80
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
 
81
  border-radius: 2px !important;
82
  overflow: hidden !important;
83
  }
 
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;
 
78
 
79
  #paints > * > .border {
80
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
81
+ background: rgba(0,0,0,.1) !important;
82
  border-radius: 2px !important;
83
  overflow: hidden !important;
84
  }