From 0b2a8ff0a7698265fd8b72f0beaa8ff478e59316 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 22 May 2024 19:39:22 +0800 Subject: [PATCH] Make heading anchor show underline by default --- src/assets/css/plugins.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/assets/css/plugins.css b/src/assets/css/plugins.css index b07c7554..f72116ec 100644 --- a/src/assets/css/plugins.css +++ b/src/assets/css/plugins.css @@ -11,11 +11,6 @@ .heading-anchor { order: -1; - text-decoration: none; -} - -.heading-anchor:hover { - text-decoration: underline; text-underline-offset: 0.1em; }