diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-15 02:20:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-15 02:20:55 +0900 |
| commit | bfac7998b0f7abd8dbde016535037cf1d3174336 (patch) | |
| tree | 702b6b057eb88ee2eaeefba7c9ebc8f3ed13485a /static/custom.css | |
| parent | 229f35a2f498e0dd1a5760abc88176043a9af449 (diff) | |
| download | blog.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 '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; } |
