fix: #content background matches dark navy

This commit is contained in:
2026-07-25 17:51:21 +08:00
parent 9c264c88f3
commit 63e368415f
+1 -1
View File
@@ -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}