diff --git a/src/scss/blockquote.scss b/src/scss/blockquote.scss index a716c31..86ca7eb 100644 --- a/src/scss/blockquote.scss +++ b/src/scss/blockquote.scss @@ -1,12 +1,12 @@ /* basic 样式采用一般的引言,具有左边框、左缩进 */ + blockquote { - font-style: normal; - font-family: var(--quote-font), var(--base-Latin-font), - var(--base-Chinese-font), -apple-system, serif; - font-size: var(--quote-font-size); - /* 文字离左边框的距离 */ - padding-left: 16px; - padding-right: 20pt; - /* 左边框离页面边的距离 */ - margin-left: 20px; -} + font-style: normal; + font-family: var(--quote-font), var(--base-Latin-font), var(--base-Chinese-font), -apple-system, serif; + font-size: var(--quote-font-size); + /* 文字离左边框的距离 */ + padding-left: 2rem; + padding-right: 2rem; + /* 左边框离页面边的距离 */ + margin-left: 20px; +} \ No newline at end of file diff --git a/src/scss/text.scss b/src/scss/text.scss index eda0f32..f24969d 100644 --- a/src/scss/text.scss +++ b/src/scss/text.scss @@ -6,7 +6,6 @@ body { @if $theme == "dark" { color: #dddddd; background-color: #282828; - // background:url(mermaidAPI.initialize({'fontFamily': '宋体-简, serif;'});); } }