Skip to content

Commit

Permalink
fix(widget): code block colors
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Sep 12, 2024
1 parent 871ce1c commit d9c767a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

}

.dark {
&.dark {
pre code.hljs {
display: block;
overflow-x: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

pre > code.hljs {
background-color: #fafafa;
color: #24292e;
}

pre:has(> code:not(.hljs)) {
Expand All @@ -40,6 +41,7 @@
.dark .remark-content {
pre > code.hljs {
background-color: #18181b;
color: #c9d1d9;
}


Expand Down

0 comments on commit d9c767a

Please sign in to comment.