aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-04-16 17:49:23 -0700
committerPinapelz <yukais@pinapelz.com>2026-04-16 17:49:23 -0700
commitc25226bc0314af0479e6bcd67903332efd7e934c (patch)
tree551bc21040cc52e4e9a9a69ab01992dc2f10e765
parent5709b7323ca39dd1397720fc0b13a587638967f1 (diff)
make hud styling less distracting
-rw-r--r--src/app/game/page.styles.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/game/page.styles.ts b/src/app/game/page.styles.ts
index da45d8a..833901d 100644
--- a/src/app/game/page.styles.ts
+++ b/src/app/game/page.styles.ts
@@ -95,10 +95,10 @@ export const HudStat = styled.div`
gap: 2px;
`;
-export const HudValue = styled.span<{ $color?: string }>`
+export const HudValue = styled.span`
font-size: 22px;
font-weight: 700;
- color: ${({ $color }) => $color ?? "#ffffff"};
+ color: #ffffff;
`;
export const HudLabel = styled.span`
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage