fix color
Browse files
src/lib/components/Pages/Pictuary.svelte
CHANGED
|
@@ -145,10 +145,7 @@
|
|
| 145 |
width: 100%;
|
| 146 |
aspect-ratio: 1;
|
| 147 |
object-fit: contain;
|
| 148 |
-
background:
|
| 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 {
|