aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/custom.css
diff options
context:
space:
mode:
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;
}