Skip to content

Commit

Permalink
Fix code background issue (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem authored Feb 21, 2025
1 parent fba886a commit 0cdb035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/deepseek-r1-webgpu/src/components/Chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

pre,
code {
background-color: #f2f2f2;
background-color: transparent;
}

@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit 0cdb035

Please sign in to comment.