diff --git a/cmd/qrunweb/static/index.html b/cmd/qrunweb/static/index.html index d8a2c8b..1c331f2 100644 --- a/cmd/qrunweb/static/index.html +++ b/cmd/qrunweb/static/index.html @@ -25,7 +25,7 @@ --audio-bg: rgba(10, 10, 42, 0.55); --delay-color: #999; --delay-bg: rgba(26, 26, 26, 0.55); - --current-row: #2a3a1a; + --current-row: #304a20; --infinity-color: #666; } @@ -75,7 +75,8 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } } .cell.row-current { background: var(--current-row); - box-shadow: inset 0 0 0 1px rgba(80, 200, 80, 0.25); + border-top: 1px solid rgba(80, 200, 80, 0.5); + border-bottom: 1px solid rgba(80, 200, 80, 0.5); } .block { @@ -113,9 +114,17 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } } .sig { - background: rgba(255, 255, 255, 0.15); + background: #fc0; + color: #000; border-radius: 2px; padding: 0 6px; + font-weight: 700; +} + +.hk { + border: 1px solid #fc0; + border-radius: 2px; + padding: 0 5px; } .title { @@ -158,11 +167,11 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; }