From cb21280e856c2228ae250219439559c3e4d27dcb Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Thu, 19 Sep 2024 23:15:01 +0200 Subject: [PATCH] fix: HalfRight key color --- html/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/static/styles.css b/html/static/styles.css index f8c9947..1f4c4b3 100644 --- a/html/static/styles.css +++ b/html/static/styles.css @@ -80,7 +80,7 @@ body { background-color: black; } -.cell.HalfRight { +.key.HalfRight { background-color: #bb0; border: none; }