mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
Updated translations to say "game" and not "run", this will make auto translation easier.
This commit is contained in:
parent
f9800c352c
commit
d52472a34d
11 changed files with 673 additions and 660 deletions
|
@ -53,7 +53,7 @@ body {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
|
||||
text-shadow: 0 0 4px var(--level-background);
|
||||
}
|
||||
|
||||
#score {
|
||||
|
@ -67,7 +67,7 @@ body {
|
|||
}
|
||||
|
||||
span {
|
||||
color: #333;
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
|
||||
&.great {
|
||||
color: lightgreen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue