Skip to content

Commit

Permalink
fix(site): remove css nests (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian authored Mar 4, 2025
1 parent 2153cfa commit e04d727
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/sites/src/assets/custom-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ body .markdown-body {

.dark.dark .markdown-body code {
color: var(--tv-color-text);
}

.token.operator {
background-color: transparent;
}
.dark.dark .markdown-body code .token.operator {
background-color: transparent;
}

.hljs-string {
color: #6f42c1;
}
.dark.dark .markdown-body code .hljs-string {
color: #6f42c1;
}

0 comments on commit e04d727

Please sign in to comment.