summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-27 21:30:51 +0300
committerPaul Buetow <paul@buetow.org>2026-05-27 21:30:51 +0300
commit3c8d9f7aa49b278f3be050f76a8a759d3343b663 (patch)
tree12e7327a963fe58c3265c258566091e23742eaf3
parent51d09a37b3ed1402407d95ea76a76188bc2cc042 (diff)
showcase: thinner default line width (1→1px), hovered line stays bold at 3px
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 <noreply@anthropic.com>
-rw-r--r--internal/showcase/rank_history_svg.go2
1 files changed, 1 insertions, 1 deletions
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}