From b87fb9dfbcbcd08ab9e0a25c799d373cca8796af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Fri, 7 Nov 2025 23:41:20 -0500 Subject: [PATCH] No underline or mouse change on headings --- assets/css/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/index.css b/assets/css/index.css index 34af40e..b65297c 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -104,6 +104,12 @@ h3 { h4 { font-size: 1.6rem; } + +:is(h1, h2, h3, h4, h5, h6) a { + text-decoration: none; + cursor: default; +} + hr { position: relative; display: block;