Skip to content

Commit

Permalink
make code highlight looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Jul 17, 2024
1 parent 6f84cce commit d694315
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Desktop/html/css/highlight-default.min.css

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

6 changes: 6 additions & 0 deletions Desktop/html/css/jasp.css
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,9 @@ iframe.ql-video {
transform: translateX(0);
}
}

/* we hack the quill editor code-block style */
.ql-snow .ql-editor .ql-code-block-container {
background-color: #333333 !important;
color: #f8f8f2 !important;
}
2 changes: 1 addition & 1 deletion Desktop/html/js/quill.js

Large diffs are not rendered by default.

0 comments on commit d694315

Please sign in to comment.