From 3c8d9f7aa49b278f3be050f76a8a759d3343b663 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 27 May 2026 21:30:51 +0300 Subject: =?UTF-8?q?showcase:=20thinner=20default=20line=20width=20(1?= =?UTF-8?q?=E2=86=921px),=20hovered=20line=20stays=20bold=20at=203px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unselected lines are now visually lighter so the graph is less cluttered. The hovered/active line keeps its 3px bold stroke (set by JS) which makes the selection immediately obvious against the thinner background lines. Co-Authored-By: Claude Sonnet 4.6 --- internal/showcase/rank_history_svg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/showcase/rank_history_svg.go b/internal/showcase/rank_history_svg.go index 25f1812..c030086 100644 --- a/internal/showcase/rank_history_svg.go +++ b/internal/showcase/rank_history_svg.go @@ -324,7 +324,7 @@ svg{background:#1a1a2e;font-family:monospace} .title{fill:#ddd;font-size:14px;font-weight:bold} .sub{fill:#666;font-size:10px} .pg{cursor:pointer;opacity:.55;transition:opacity .15s} -.pl{stroke-width:1.8;fill:none} +.pl{stroke-width:1;fill:none} .pd circle{transition:r .15s} .lg{cursor:pointer;opacity:1;transition:opacity .15s} .ltx{fill:#aaa;font-size:9px} -- cgit v1.2.3