jin-nin commited on
Commit
4ae7589
1 Parent(s): d616e8a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -4
style.css CHANGED
@@ -37,10 +37,6 @@ body, .gradio-container {
37
  max-width: !important;
38
  }
39
 
40
- .min-h-\[15rem\] {
41
- background: rgba( 255, 255, 255, .1 ) !important;
42
- }
43
-
44
  footer {
45
  display: none !important;
46
  }
@@ -59,4 +55,6 @@ footer {
59
 
60
  #paints > * {
61
  margin: .75rem !important;
 
 
62
  }
 
37
  max-width: !important;
38
  }
39
 
 
 
 
 
40
  footer {
41
  display: none !important;
42
  }
 
55
 
56
  #paints > * {
57
  margin: .75rem !important;
58
+ box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
59
+ border-radius: 2px;
60
  }