ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/gnome-mines/themes/classic/theme.css

14 lines
245 B
CSS

/* Style of the unrevealed tiles after game over */
.explodedField .tile {
background-color:#888a85;
}
.explodedField .count,
.explodedField .exploded {
background-color:#d3d7cf;
}
.explodedField .incorrect {
background-color:#cc0000;
}