diff options
| author | Claude <noreply@anthropic.com> | 2026-02-21 21:47:32 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-21 21:47:32 +0000 |
| commit | c64977f17a9d0c73a23a11d69ab090fa0ca48d31 (patch) | |
| tree | 9ce813d62b4aca20c55849cd155bc7f9fb29a538 /frontend-vanilla | |
| parent | f81f0c654c795b7e548ec5b5bb4789ffaa1499bf (diff) | |
| download | neko-c64977f17a9d0c73a23a11d69ab090fa0ca48d31.tar.gz neko-c64977f17a9d0c73a23a11d69ab090fa0ca48d31.tar.bz2 neko-c64977f17a9d0c73a23a11d69ab090fa0ca48d31.zip | |
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
Diffstat (limited to 'frontend-vanilla')
| -rw-r--r-- | frontend-vanilla/src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
