From 9bef8d634d1912dffa51c2af7bca76e2967c5841 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 18 Feb 2026 22:56:10 -0700 Subject: [PATCH] Remove yellow border from hook labels on signal rows --- cmd/qrunweb/static/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/qrunweb/static/index.html b/cmd/qrunweb/static/index.html index 2202dc6..f944949 100644 --- a/cmd/qrunweb/static/index.html +++ b/cmd/qrunweb/static/index.html @@ -124,8 +124,6 @@ header h1 { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; } } .hk { - border: 1px solid #fc0; - border-radius: 2px; padding: 0 5px; }