@mideind/netskrafl-react 3.2.9 → 3.2.10
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.
|
@@ -669,7 +669,7 @@ div.netskrafl-container.legacy-colors {
|
|
|
669
669
|
--total-margin: 2px;
|
|
670
670
|
--total-human-background: #b5bdc4;
|
|
671
671
|
--total-autoplayer-background: #b5bdc4;
|
|
672
|
-
--autoplayer-highlight-color:
|
|
672
|
+
--autoplayer-highlight-color: white;
|
|
673
673
|
--racktile-background: var(--human-color);
|
|
674
674
|
|
|
675
675
|
/* Button backgrounds for classic scheme - white text on colored background */
|
|
@@ -3798,11 +3798,6 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
3798
3798
|
vertical-align: top;
|
|
3799
3799
|
}
|
|
3800
3800
|
|
|
3801
|
-
.letterscore,
|
|
3802
|
-
.netskrafl-container .tileletter {
|
|
3803
|
-
color: var(--text-color);
|
|
3804
|
-
}
|
|
3805
|
-
|
|
3806
3801
|
/* Paragraphs of help text that should be centered on screens that are wide enough */
|
|
3807
3802
|
|
|
3808
3803
|
.netskrafl-container p.help-center {
|
|
@@ -6940,6 +6935,7 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6940
6935
|
height: 34px;
|
|
6941
6936
|
}
|
|
6942
6937
|
div.netskrafl-tile {
|
|
6938
|
+
color: var(--text-color);
|
|
6943
6939
|
font-size: 24px;
|
|
6944
6940
|
line-height: 25px;
|
|
6945
6941
|
height: 28px;
|