Uthar commited on
Commit
6673991
1 Parent(s): 5c911da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -9
app.py CHANGED
@@ -167,21 +167,16 @@ window.addEventListener('load', () => {
167
 
168
  CSS="""
169
  <style>
170
- :root{
171
- --primary-600:green !important;
172
- --button-primary-background-fill:cyan !important;
173
- --link:#777;
174
- --linkHover:#222;
175
- --footer:#999;
176
- --footerLink:#777;
177
- }
178
-
179
  .image-monitor {
180
  border:1px solid red;
181
  }
 
 
182
  .svelte-1pijsyv{
183
  border:1px solid green;
184
  }
 
 
185
  .gallery-container{
186
  max-height: 512px;
187
  }
 
167
 
168
  CSS="""
169
  <style>
 
 
 
 
 
 
 
 
 
170
  .image-monitor {
171
  border:1px solid red;
172
  }
173
+
174
+ /*
175
  .svelte-1pijsyv{
176
  border:1px solid green;
177
  }
178
+ */
179
+
180
  .gallery-container{
181
  max-height: 512px;
182
  }