Skip to content

Commit

Permalink
Correct site styles to using class for code block lang
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Oct 23, 2024
1 parent 3817903 commit a31798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ body {
display: block;
}
.prose pre > code::before {
content: "```" attr(lang);
content: "```" attr(class);
top: 0;
}
.prose pre > code::after {
Expand Down

0 comments on commit a31798f

Please sign in to comment.