From 7610344f3781fafb316f659648f813d8a0b4dc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Tue, 28 Feb 2023 19:47:45 +0800 Subject: [PATCH] fix(typo): correct `.itrem` to `.item` --- src/scss/markdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/markdown.scss b/src/scss/markdown.scss index c137bc5..606a1e7 100644 --- a/src/scss/markdown.scss +++ b/src/scss/markdown.scss @@ -79,7 +79,7 @@ html { } } } -.itrem { +.item { text-decoration: none; opacity: .6; transition: .2s all ease-out;