diff --git a/cmd/qrunweb/static/index.html b/cmd/qrunweb/static/index.html index 0c2355c..ab842df 100644 --- a/cmd/qrunweb/static/index.html +++ b/cmd/qrunweb/static/index.html @@ -25,7 +25,6 @@ --audio-bg: rgba(10, 10, 42, 0.55); --delay-color: #999; --delay-bg: rgba(26, 26, 26, 0.55); - --current-row: #304a20; --infinity-color: #666; } @@ -54,7 +53,6 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } .timeline { display: grid; - grid-template-columns: repeat(6, 140px); grid-auto-rows: 24px; } @@ -73,11 +71,6 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } display: flex; flex-direction: column; justify-content: center; } -.cell.row-current { - background: var(--current-row); - border-top: 1px solid rgba(80, 200, 80, 0.5); - border-bottom: 1px solid rgba(80, 200, 80, 0.5); -} .block { margin: 0 3px; position: relative; z-index: 1; flex: 1; @@ -114,11 +107,6 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } border-top: 1px solid rgba(255, 204, 0, 0.3); border-bottom: 1px solid rgba(255, 204, 0, 0.3); } -.cell.sig-row-alt { - background: rgba(255, 204, 0, 0.14); - border-top: none; - border-bottom: 1px solid rgba(255, 204, 0, 0.3); -} .block.light { color: var(--light-color); border-color: var(--light-color); background: var(--light-bg); } .block.video { color: var(--video-color); border-color: var(--video-color); background: var(--video-bg); } .block.overlay { color: var(--overlay-color); border-color: var(--overlay-color); background: var(--overlay-bg); } @@ -167,228 +155,282 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; }