diff options
Diffstat (limited to 'static')
| -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 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; } |
