@everymatrix/casino-game-thumbnail 0.0.192 → 0.0.196

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-thumbnail",
3
- "version": "0.0.192",
3
+ "version": "0.0.196",
4
4
  "main": "dist/casino-game-thumbnail.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "90772f9f46872463853a444005e5adbfb07fc973"
39
+ "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
40
40
  }
@@ -226,12 +226,16 @@
226
226
  @return $value * $multiplicator;
227
227
  }
228
228
 
229
+ :host {
230
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
231
+ }
232
+
229
233
  *, *::before, *::after {
230
234
  margin: 0;
231
235
  padding: 0;
232
236
  box-sizing: border-box;
233
- font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
234
237
  }
238
+
235
239
  .GameContainer {
236
240
  width: 100%;
237
241
  height: 100%;