Skip to content

Commit

Permalink
Update jekyll-theme-chirpy.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
bintang committed Dec 6, 2024
1 parent b388e82 commit 73cbb96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/jekyll-theme-chirpy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,13 @@ table td:last-child {
// font-size: 0.9em;
// }

// 代码样式
// // 代码样式
// code {
// background-color: #f3f4f4; //背景色
// padding: 0 0 0 0; //间距:上 右 下 左

// }

// 不需要位移
// .md-fences {
// margin-bottom: 15px;
// margin-top: 15px;
Expand All @@ -302,9 +301,10 @@ margin-left: -1.3em;
}
}

.md-fences {
background-color: #f8f8f8;
}
// .md-fences {
// background-color: #f8f8f8;
// }

#write pre.md-meta-block {
padding: 1rem;
font-size: 85%;
Expand Down

0 comments on commit 73cbb96

Please sign in to comment.