From 6714ecbdf9f59b0dce53ff9163c85b221dc394fa Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 9 Mar 2023 01:13:50 +0900 Subject: style: remove underline from a tag in heading --- static/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') diff --git a/static/custom.css b/static/custom.css index d3b1672..162e6f4 100644 --- a/static/custom.css +++ b/static/custom.css @@ -24,6 +24,15 @@ .post-content h5::before { content: '####'; } .post-content h6::before { content: '#####'; } +.post-content h1 > a, +.post-content h2 > a, +.post-content h3 > a, +.post-content h4 > a, +.post-content h5 > a, +.post-content h6 > a { + box-shadow: none; +} + li.revision { list-style: inside; } -- cgit v1.2.3-70-g09d2