@mideind/netskrafl-react 3.2.7 → 3.2.9

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.
@@ -2704,7 +2704,7 @@ div.netskrafl-tile.dragging div.letterscore {
2704
2704
  }
2705
2705
 
2706
2706
  .netskrafl-container div.modal-dialog#spinner-dialog {
2707
- background-color: rgba(255, 255, 255, 0.4);
2707
+ background-color: color-mix(in srgb, var(--container-bg-color) 40%, transparent);
2708
2708
  }
2709
2709
 
2710
2710
  .netskrafl-container div.animated-spinner {
@@ -3964,7 +3964,7 @@ div.rack td:has(> div.netskrafl-xchgsel) {
3964
3964
  }
3965
3965
 
3966
3966
  div.netskrafl-xchgsel {
3967
- color: white;
3967
+ color: var(--container-bg-color);
3968
3968
  background-color: var(--human-color);
3969
3969
  }
3970
3970
 
@@ -3982,7 +3982,7 @@ div.netskrafl-xchgsel {
3982
3982
  }
3983
3983
 
3984
3984
  div.netskrafl-freshtile {
3985
- color: white;
3985
+ color: var(--container-bg-color);
3986
3986
  background-color: var(--autoplayer-color);
3987
3987
  opacity: 0;
3988
3988
  animation-name: fresh-appear;
@@ -3993,8 +3993,8 @@ div.netskrafl-freshtile {
3993
3993
 
3994
3994
  .netskrafl-container div.highlight0 {
3995
3995
  /* Human (local) player */
3996
- color: black;
3997
- background-color: white;
3996
+ color: var(--text-color);
3997
+ background-color: var(--container-bg-color);
3998
3998
  }
3999
3999
 
4000
4000
  .netskrafl-container div.highlight1 {
@@ -9186,6 +9186,7 @@ div.gatadagsins-board-area.celebrate div.netskrafl-tile.netskrafl-racktile {
9186
9186
  .netskrafl-container .modal-dialog.gatadagsins-help {
9187
9187
  visibility: visible;
9188
9188
  position: fixed;
9189
+ background-color: var(--container-bg-color);
9189
9190
  top: 52%;
9190
9191
  left: 50%;
9191
9192
  transform: translate(-50%, -50%);