UI: soften the board checkerboard's dark cells
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Has been skipped
CI / integration (pull_request) Has been skipped
CI / ui (pull_request) Successful in 44s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 1m1s
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Has been skipped
CI / integration (pull_request) Has been skipped
CI / ui (pull_request) Successful in 44s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 1m1s
The gapless-board dark cells mixed 12% black into --cell-bg, which read too contrasty and competed visually with the bonus cells. Halve the tint to 6% (both themes, keyed off --cell-bg as before) for a gentler checkerboard.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user