Skip to content

Commit

Permalink
fix: 适配 Dark+
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 3, 2023
1 parent 4feebfe commit 6af0880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code-block/code-block-dark-plus-plus.styl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html[data-theme-mode="light"][data-light-theme="Dark+"]
margin 0 !important

.protyle-wysiwyg [data-node-id].code-block > .protyle-linenumber__rows
padding-top 8 !important
padding-top 0 !important
margin-top 0 !important

// ===================================================================
Expand Down Expand Up @@ -51,5 +51,5 @@ html[data-theme-mode="dark"][data-dark-theme="Dark+"]
margin 0 !important

.protyle-wysiwyg [data-node-id].code-block > .protyle-linenumber__rows
padding-top 8 !important
padding-top 0 !important
margin-top 0 !important

0 comments on commit 6af0880

Please sign in to comment.