diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-09 01:13:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-09 01:13:50 +0900 |
| commit | 6714ecbdf9f59b0dce53ff9163c85b221dc394fa (patch) | |
| tree | 7cdefcf6fdb7232d7a8528c0e50ce53eee870cb2 /static | |
| parent | ff4a917800d99f792a006d12107ea901670e55df (diff) | |
| download | blog.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.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; } |
