diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-17 02:10:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-17 02:10:01 +0900 |
| commit | cc3fba44dd6201ce7ba85cd073bddc0d90c84f37 (patch) | |
| tree | a6e5e3f4e38860a384687bea5cf2d9b5e1874131 /vhosts/blog/static/style.css | |
| parent | 46b57af02f081945ffc142404539af89e98dcf5d (diff) | |
| download | nsfisis.dev-cc3fba44dd6201ce7ba85cd073bddc0d90c84f37.tar.gz nsfisis.dev-cc3fba44dd6201ce7ba85cd073bddc0d90c84f37.tar.zst nsfisis.dev-cc3fba44dd6201ce7ba85cd073bddc0d90c84f37.zip | |
feat(blog/style): set tab-size 4
Diffstat (limited to 'vhosts/blog/static/style.css')
| -rw-r--r-- | vhosts/blog/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css index 61b10242..06dc26e0 100644 --- a/vhosts/blog/static/style.css +++ b/vhosts/blog/static/style.css @@ -105,6 +105,7 @@ a:hover { margin: 1rem 0; border-radius: 3px; overflow: hidden; + tab-size: 4; } .codeblock .filename { |
