@mideind/netskrafl-react 3.2.8 → 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.
- package/dist/esm/css/netskrafl.css +5 -5
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
3997
|
-
background-color:
|
|
3996
|
+
color: var(--text-color);
|
|
3997
|
+
background-color: var(--container-bg-color);
|
|
3998
3998
|
}
|
|
3999
3999
|
|
|
4000
4000
|
.netskrafl-container div.highlight1 {
|