diff --git a/services/web-ui/public/capture.html b/services/web-ui/public/capture.html index b61892c..ab41fd2 100644 --- a/services/web-ui/public/capture.html +++ b/services/web-ui/public/capture.html @@ -44,17 +44,19 @@ } .timecode-display { - font-size: 38px; - font-weight: 400; + font-family: var(--font-mono); + font-size: 64px; + font-weight: 500; font-variant-numeric: tabular-nums; - letter-spacing: 0.06em; + letter-spacing: 0.05em; color: var(--accent); - font-family: 'SF Mono', 'Consolas', 'Menlo', monospace; + text-shadow: 0 0 18px oklch(55% 0.20 266 / 0.30); line-height: 1; } .timecode-display.inactive { color: var(--text-tertiary); + text-shadow: none; } .timecode-status { @@ -313,6 +315,7 @@
+ + +