aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-09 01:13:50 +0900
committernsfisis <nsfisis@gmail.com>2023-03-09 01:13:50 +0900
commit6714ecbdf9f59b0dce53ff9163c85b221dc394fa (patch)
tree7cdefcf6fdb7232d7a8528c0e50ce53eee870cb2 /static
parentff4a917800d99f792a006d12107ea901670e55df (diff)
downloadblog.nsfisis.dev-6714ecbdf9f59b0dce53ff9163c85b221dc394fa.tar.gz
blog.nsfisis.dev-6714ecbdf9f59b0dce53ff9163c85b221dc394fa.tar.zst
blog.nsfisis.dev-6714ecbdf9f59b0dce53ff9163c85b221dc394fa.zip
style: remove underline from a tag in heading
Diffstat (limited to 'static')
-rw-r--r--static/custom.css9
1 files changed, 9 insertions, 0 deletions
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;
}