From bfac7998b0f7abd8dbde016535037cf1d3174336 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 15 Mar 2023 02:20:55 +0900 Subject: fix(style): remove underline from 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 162e6f4..bb40a9c 100644 --- a/static/custom.css +++ b/static/custom.css @@ -33,6 +33,15 @@ box-shadow: none; } +.post-content h1 > a code, +.post-content h2 > a code, +.post-content h3 > a code, +.post-content h4 > a code, +.post-content h5 > a code, +.post-content h6 > a code { + box-shadow: none; +} + li.revision { list-style: inside; } -- cgit v1.2.3-70-g09d2