francescoKrnl commited on
Commit
33d3f62
1 Parent(s): aaa0248

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -1
style.css CHANGED
@@ -111,9 +111,15 @@ h1 {
111
  background-color: #121212;
112
  border-radius: 30px !important;
113
  }
 
 
 
114
  #output_image_container{
115
  overflow: hidden !important;
116
  }
 
 
 
117
  .image_container .controls-wrap {
118
  display: none !important;
119
  }
@@ -122,7 +128,6 @@ h1 {
122
  display: none !important;
123
  }
124
  .image_container>div.styler {
125
- background-color: transparent !important;
126
  overflow:hidden;
127
  border-radius:30px;
128
  flex-grow: 1;
 
111
  background-color: #121212;
112
  border-radius: 30px !important;
113
  }
114
+ #input_image_container .styler{
115
+ background-color: white !important
116
+ }
117
  #output_image_container{
118
  overflow: hidden !important;
119
  }
120
+ #output_image_container .styler{
121
+ background-color: #121212 !important
122
+ }
123
  .image_container .controls-wrap {
124
  display: none !important;
125
  }
 
128
  display: none !important;
129
  }
130
  .image_container>div.styler {
 
131
  overflow:hidden;
132
  border-radius:30px;
133
  flex-grow: 1;