From c769c9d5083160b26384122399d97163232f45fe Mon Sep 17 00:00:00 2001 From: vvveiii Date: Thu, 30 Apr 2020 09:13:04 +0800 Subject: [PATCH] =?UTF-8?q?replace=20=E2=80=98#=E2=80=99=20with=20?= =?UTF-8?q?=E2=80=98\23=E2=80=99=20in=20style.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5556f2df..6c267ccf 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -396,7 +396,7 @@ b { } .tag::before { - content: "#"; + content: "\23"; opacity: .5; }