From f2f2a3114b16eb8abfa53348b2b4c01e08f8a4d5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 14 May 2026 01:22:46 +0200 Subject: [PATCH] style: no more underline for header tag --- src/styles/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/app.css b/src/styles/app.css index 887e86d..fde01f5 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -109,6 +109,10 @@ a { a.title-stacked-note-link { display: block; overflow: visible; + &:hover { + cursor: pointer; + text-decoration: none; + } } .title-stacked-note ul,