Skip to content

Commit

Permalink
Merge pull request #45 from f-dong/BUG修复
Browse files Browse the repository at this point in the history
代码块间隔问题
  • Loading branch information
f-dong authored Aug 27, 2024
2 parents 0fb102a + 838dd68 commit 96cf5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-minimalism",
"version": "1.4.0",
"version": "1.4.1",
"private": false,
"description": "a minimalist Hexo theme that is simple yet elegant, enabling your blog content to shine. Its powerful features also help you create a personalized blog that truly stands out.",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/style/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

@import "_core/night-node" if hexo-config('dark_theme.enable');

if hexo-config('prismjs')
if hexo-config('prismjs.enable')
pre[class*=language-] {
padding: 0 !important;
margin: 0 !important;
margin: 0 0 16px 0 !important;
}
pre[class*=language-] code {
color: #476582;
Expand Down

0 comments on commit 96cf5a4

Please sign in to comment.