Fraser commited on
Commit
86cd951
·
1 Parent(s): 6e3de95
src/lib/components/Pages/Pictuary.svelte CHANGED
@@ -145,10 +145,7 @@
145
  width: 100%;
146
  aspect-ratio: 1;
147
  object-fit: contain;
148
- background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%, transparent 75%, #f0f0f0 75%, #f0f0f0),
149
- linear-gradient(45deg, #f0f0f0 25%, transparent 25%, transparent 75%, #f0f0f0 75%, #f0f0f0);
150
- background-size: 20px 20px;
151
- background-position: 0 0, 10px 10px;
152
  }
153
 
154
  .monster-name {
 
145
  width: 100%;
146
  aspect-ratio: 1;
147
  object-fit: contain;
148
+ background: #f0f0f0;
 
 
 
149
  }
150
 
151
  .monster-name {