Skip to content

Commit

Permalink
fix: tsx highlighting (tailcallhq#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 authored Jul 23, 2024
1 parent 4cd6a9f commit 1f99698
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -576,3 +576,8 @@ pre.prism-code {
div[class*="codeBlockContent"] div[class*="buttonGroup"] {
display: none !important;
}


span.token.tag.script.language-javascript {
color: #fff!important;
}

0 comments on commit 1f99698

Please sign in to comment.