aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/custom.css
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-15 02:20:55 +0900
committernsfisis <nsfisis@gmail.com>2023-03-15 02:20:55 +0900
commitbfac7998b0f7abd8dbde016535037cf1d3174336 (patch)
tree702b6b057eb88ee2eaeefba7c9ebc8f3ed13485a /public/custom.css
parent229f35a2f498e0dd1a5760abc88176043a9af449 (diff)
downloadblog.nsfisis.dev-bfac7998b0f7abd8dbde016535037cf1d3174336.tar.gz
blog.nsfisis.dev-bfac7998b0f7abd8dbde016535037cf1d3174336.tar.zst
blog.nsfisis.dev-bfac7998b0f7abd8dbde016535037cf1d3174336.zip
fix(style): remove underline from <a> in heading
Diffstat (limited to 'public/custom.css')
-rw-r--r--public/custom.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/custom.css b/public/custom.css
index 162e6f4..bb40a9c 100644
--- a/public/custom.css
+++ b/public/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;
}