From 963efa0bc931bb17bdb59afb9e01aa6b522e12cd Mon Sep 17 00:00:00 2001 From: kramo Date: Mon, 1 Dec 2025 11:30:16 +0100 Subject: [PATCH] style: Fix game item style in HC --- cartridges/ui/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartridges/ui/style.css b/cartridges/ui/style.css index 8e14269..f08e2c7 100644 --- a/cartridges/ui/style.css +++ b/cartridges/ui/style.css @@ -32,7 +32,7 @@ } @media (prefers-contrast: more) { - .overlaid { + #game-item button { backdrop-filter: blur(9px) brightness(20%) saturate(600%); }