From 545934aa60cfb797f803e05f20e188fe563fc8dd Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Tue, 21 Apr 2026 18:13:11 -0400 Subject: [PATCH] Add background color to light theme header button (#1823) --- styles/less/global/sheet.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/less/global/sheet.less b/styles/less/global/sheet.less index 6f77a481..0c400564 100755 --- a/styles/less/global/sheet.less +++ b/styles/less/global/sheet.less @@ -36,7 +36,7 @@ body.game:is(.performance-low, .noblur) { } button { - background: light-dark(transparent, @deep-black); + background: light-dark(#e8e6e3, @deep-black); color: light-dark(@dark-blue, @beige); border: 1px solid light-dark(@dark-blue, transparent); padding: 0;