Fraser commited on
Commit
192de08
·
1 Parent(s): f37f26b
src/lib/components/Piclets/PicletDetail.svelte CHANGED
@@ -375,7 +375,14 @@
375
  }
376
 
377
  .image-container {
378
- background: #f0f0f0;
 
 
 
 
 
 
 
379
  padding: 8px;
380
  border-radius: 12px;
381
  }
 
375
  }
376
 
377
  .image-container {
378
+ background: #f8f9fa;
379
+ background-image: repeating-linear-gradient(
380
+ to bottom,
381
+ rgba(76, 175, 80, 0.2) 0px,
382
+ rgba(76, 175, 80, 0.2) 10px,
383
+ rgba(76, 175, 80, 0.1) 10px,
384
+ rgba(76, 175, 80, 0.1) 20px
385
+ );
386
  padding: 8px;
387
  border-radius: 12px;
388
  }