From 63e368415f2daf52b028ca1c2f37f0e9c25fd00d Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sat, 25 Jul 2026 17:51:21 +0800 Subject: [PATCH] fix: #content background matches dark navy --- dashboards/forza_composite/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html index 27ea79f..200b3a4 100644 --- a/dashboards/forza_composite/index.html +++ b/dashboards/forza_composite/index.html @@ -14,7 +14,7 @@ html,body{width:100%;height:100%;overflow:hidden;background:#060a16;color:#fff; #box.contain{max-width:100vw;max-height:100vh} #box.cover{min-width:100vw;min-height:100vh} #box.fill{width:100vw;height:100vh} -#content{position:relative;width:100%;height:100%;background:#0a0a0f} +#content{position:relative;width:100%;height:100%;background:#060a16} #rpm-area{position:absolute;left:2%;top:4%;width:62%;height:82%} #rpm-canvas{width:100%;height:100%} #speed-area{position:absolute;left:4%;bottom:10%;width:60%;text-align:center}