From 5210a030b661a3932fda2412506a8a88580e12fc Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Thu, 28 May 2026 19:28:41 +0200 Subject: [PATCH] style(ui): bump seek button font-size 14px -> 19px for readability --- web/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/style.css b/web/static/style.css index 528f8fb..d004c2d 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -175,7 +175,7 @@ html, body { .btn-seek { height: 52px; line-height: 52px; - font-size: 14px; + font-size: 19px; font-weight: 600; }