From 6c0c7e762462c3db062f9950601fc606a64084af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Tue, 7 Mar 2023 18:38:01 +0800 Subject: [PATCH] fix(code): remove Shiki integration --- src/partials/code.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/partials/code.scss b/src/partials/code.scss index b36f4ac..a1ef9c0 100644 --- a/src/partials/code.scss +++ b/src/partials/code.scss @@ -34,10 +34,3 @@ pre { } } } - -.shiki { - margin: .5rem 0; - font-size: 1.05rem; - font-family: var(--xm-font-code) !important; - line-height: 1.4; -}