mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -04:00
Build 29035764
This commit is contained in:
parent
b523b5f4b0
commit
9bf7e9534d
9 changed files with 11 additions and 11 deletions
|
@ -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}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29035755"
|
||||
"29035764"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue