Skip to content

Commit

Permalink
fix: LP codeblock language
Browse files Browse the repository at this point in the history
  • Loading branch information
AnubisNekhet committed Jan 21, 2023
1 parent 471efc6 commit 971aecd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions obsidian.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/modules/Features/custom-checkboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Icons were taken from Font Awesome: https://fontawesome.com/
background-color: rgba(var(--ctp-crust), 0.2);
background: rgba(var(--ctp-crust), 0.2);
}
transition: background-color 0.2s, background 0.2s;
transition: background-color 0.2s, background 0.2s, border-radius 0.2s;
}
}
.anp-speech-bubble .is-live-preview {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Note/codeblocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--code-normal: var(--anp-code-text-color, var(--text-normal));
}
/* Show language in LP always */
.markdown-source-view.mod-cm6 .HyperMD-codeblock.cm-line.HyperMD-codeblock-begin {
.markdown-source-view.mod-cm6 .HyperMD-codeblock.cm-line.cm-line.cm-line.HyperMD-codeblock-begin {
overflow-x: visible;
}
.anp-codeblock-edit-nowrap {
Expand Down
4 changes: 2 additions & 2 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 971aecd

Please sign in to comment.