Skip to content

Commit

Permalink
chore: delete unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Keldos-Li authored and RalXYZ committed Feb 15, 2023
1 parent 272ac51 commit 8428d2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/scss/blockquote.scss
Original file line number Diff line number Diff line change
@@ -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;
}
1 change: 0 additions & 1 deletion src/scss/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ body {
@if $theme == "dark" {
color: #dddddd;
background-color: #282828;
// background:url(mermaidAPI.initialize({'fontFamily': '宋体-简, serif;'}););
}
}

Expand Down

0 comments on commit 8428d2c

Please sign in to comment.