UI: drop tab-bar tap highlight; don't slide the first screen on launch #45
@@ -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