Skip to content

Commit 004abc3

Browse files
github-actionsClaytonTDM
andcommitted
Format "Refactor speed container visibility handling and update cheat code for speed adjustment"
Original commit: 673e657 Co-authored-by: ClaytonTDM <[email protected]>
1 parent 673e657 commit 004abc3

File tree

3 files changed

+68
-308
lines changed

3 files changed

+68
-308
lines changed

game/UI.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,10 @@ dd.yellow {
22142214
border-radius: 8px;
22152215
background: #fff;
22162216
color: #333;
2217-
font-family: system-ui, -apple-system, sans-serif;
2217+
font-family:
2218+
system-ui,
2219+
-apple-system,
2220+
sans-serif;
22182221
font-size: 14px;
22192222
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
22202223
z-index: 255;
@@ -2276,7 +2279,9 @@ dd.yellow {
22762279
font-size: 14px;
22772280
font-weight: 500;
22782281
cursor: pointer;
2279-
transition: background 0.15s, border-color 0.15s;
2282+
transition:
2283+
background 0.15s,
2284+
border-color 0.15s;
22802285
}
22812286

22822287
#dSpeedContainer .speed-btn:hover {

game/images/Zombies/CX/v.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
369ccf76d81ef43a814816bd1b25066962aeb716
1+
673e657d900552b396af9760a25262f070377e7d

0 commit comments

Comments
 (0)