Promote development → master (initial production release: pre-release line + Stage 18) #104

Merged
developer merged 307 commits from development into master 2026-06-22 05:05:48 +00:00
Showing only changes of commit 390b4c756f - Show all commits
+3 -1
View File
@@ -297,7 +297,9 @@
border-radius: 0; border-radius: 0;
} }
.grid.gridless .cell.dark { .grid.gridless .cell.dark {
background: color-mix(in srgb, var(--cell-bg) 88%, #000); /* A gentle checkerboard tint: enough to read the alternation without competing with the
bonus cells. Lightened from a stronger mix that looked too contrasty in light theme. */
background: color-mix(in srgb, var(--cell-bg) 94%, #000);
} }
.grid.gridless .cell.filled, .grid.gridless .cell.filled,
.grid.gridless .cell.pending { .grid.gridless .cell.pending {