From c64977f17a9d0c73a23a11d69ab090fa0ca48d31 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Feb 2026 21:47:32 +0000 Subject: Remove link underline on hover for item titles Removed text-decoration: underline from .item-title:hover in the source CSS and rebuilt the frontend assets so the compiled dist reflects the change. https://claude.ai/code/session_011Y2tBL3goxNWHqUaJ8Bpzh --- frontend-vanilla/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend-vanilla') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index e35e698..27a8d28 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -474,7 +474,7 @@ select:focus { } .item-title:hover { - text-decoration: underline; + text-decoration: none; } .star-btn { -- cgit v1.2.3