diff options
author | garhve <git@garhve.com> | 2023-05-06 19:37:53 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-05-06 19:37:53 +0800 |
commit | 66ea14c8c52679607cb278e70df0366505f1c4b9 (patch) | |
tree | b91a16d3e33d3344e596fcf38b1f1070ded6bc06 /cn/posts | |
parent | fb9bf1761c3711176bb8676db32a917694ecf12a (diff) |
fix typo
Diffstat (limited to 'cn/posts')
-rw-r--r-- | cn/posts/tips-of-writing/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cn/posts/tips-of-writing/index.html b/cn/posts/tips-of-writing/index.html index 9f32958..d3e8a76 100644 --- a/cn/posts/tips-of-writing/index.html +++ b/cn/posts/tips-of-writing/index.html @@ -151,7 +151,7 @@ but is a key word for next few sections, or adverb of degree.</p> <p>This one is too strong to use, I don’t need it since the previous two can handle most situation. So it will pass.</p> <ol start="4"> -<li><span style="blue">Color</span></li> +<li><span style="color: blue">Color</span></li> </ol> <p>Markdown doesn’t support color annotation natively. So here’s no reason I should use it. Besides, colorful blog is really ugly.</p> |