style: 2x throttle/brake labels and bars

This commit is contained in:
2026-07-25 18:55:10 +08:00
parent ae70608db0
commit 3ad223f8d6
+2 -2
View File
@@ -25,8 +25,8 @@ html,body{width:100%;height:100%;overflow:hidden;background:#060a16;color:#fff;
#gear-box span{font-size:min(96vw,800px);font-weight:200;transition:.1s}
#pedals{position:absolute;right:4%;top:6%;width:16%}
.pedal{margin-bottom:22px}
.pedal .pl{font-size:min(4.8vw,34px);color:rgba(255,255,255,.25);margin-bottom:6px;letter-spacing:.15em}
.pedal .pb{height:12px;background:rgba(255,255,255,.06);overflow:hidden}
.pedal .pl{font-size:min(9.6vw,68px);color:rgba(255,255,255,.25);margin-bottom:8px;letter-spacing:.15em}
.pedal .pb{height:24px;background:rgba(255,255,255,.06);overflow:hidden}
.pedal .pf{height:100%;transition:width .06s linear}
#tf{background:#fff}#bf{background:rgba(255,255,255,.4)}
#status{position:absolute;right:4%;bottom:8%;width:16%}