diff options
Diffstat (limited to 'static/custom.css')
| -rw-r--r-- | static/custom.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; } |
