From 71ce40c8ee21573d3ba5821ce41b4113bfb8232e Mon Sep 17 00:00:00 2001 From: Benjamin Christiani Date: Thu, 28 Mar 2024 16:06:27 +0100 Subject: [PATCH] feat: adjust link decoration thickness for tic block --- blocks/toc/toc.css | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/toc/toc.css b/blocks/toc/toc.css index beaab25..a25c02c 100644 --- a/blocks/toc/toc.css +++ b/blocks/toc/toc.css @@ -39,7 +39,6 @@ background-color:transparent; color: var(--highlight-color); text-decoration: underline; - text-decoration-thickness: 2px; } .toc .toc-item::before {