@mideind/netskrafl-react 3.3.0 → 3.3.2

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.
@@ -8112,7 +8112,7 @@ div.netskrafl-container input[type="checkbox"] {
8112
8112
  width: 48px;
8113
8113
  height: 48px;
8114
8114
  top: auto;
8115
- bottom: 212px;
8115
+ bottom: 231px;
8116
8116
  left: 646px;
8117
8117
  text-align: center;
8118
8118
  font-size: 26px;
@@ -8375,6 +8375,15 @@ div.gatadagsins-board-area.celebrate div.netskrafl-tile.netskrafl-racktile {
8375
8375
  animation: celebrationTilePulse 1.5s ease-in-out infinite;
8376
8376
  }
8377
8377
 
8378
+ /* In dark mode, force black text on celebration tiles to avoid
8379
+ white-on-white/gold washed-out appearance */
8380
+
8381
+ [data-theme="dark"]
8382
+ div.gatadagsins-board-area.celebrate
8383
+ div.netskrafl-tile.netskrafl-racktile {
8384
+ color: black;
8385
+ }
8386
+
8378
8387
  @keyframes celebrationTilePulse {
8379
8388
  0%,
8380
8389
  100% {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mideind/netskrafl-react",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "React UI for Netskrafl",
5
5
  "repository": {
6
6
  "type": "git",