Build 29035764

This commit is contained in:
Renan LE CARO 2025-03-16 18:24:48 +01:00
parent b523b5f4b0
commit 9bf7e9534d
9 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29035755";
const VERSION = "29035764";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29035755"
"29035764"

View file

@ -45,17 +45,17 @@ body {
min-width: 40px;
min-height: 40px;
line-height: 20px;
&:hover,
&:focus {
background: rgba(0, 0, 0, 0.3);
cursor: pointer;
}
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
#score {
right: 0;
color: rgba(255, 255, 255, 0.3);
color: white;
transition: color 0.3s;
&.active {
color: gold;