Skip to content

Commit

Permalink
Merge pull request #39
Browse files Browse the repository at this point in the history
支持代码高亮
  • Loading branch information
fordes123 authored Jan 15, 2025
2 parents 3ee0737 + e723e9c commit 21a5f13
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 3 deletions.
3 changes: 3 additions & 0 deletions assets/css/prism.css

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

4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ ul {
blockquote {
padding:1rem 1.25rem;
margin:1.5rem 0;
background-color:var(--bg-light);
background-color:var(--bg-secondary);
border-radius:var(--radius-sm);
border:1px solid var(--border-light);
border:1px solid var(--bg-body);
color:inherit;
}
blockquote i {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 21a5f13

Please sign in to comment.