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}