Skip to content

Commit e04d727

Browse files
authored
fix(site): remove css nests (#3011)
1 parent 2153cfa commit e04d727

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/sites/src/assets/custom-markdown.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ body .markdown-body {
109109

110110
.dark.dark .markdown-body code {
111111
color: var(--tv-color-text);
112+
}
112113

113-
.token.operator {
114-
background-color: transparent;
115-
}
114+
.dark.dark .markdown-body code .token.operator {
115+
background-color: transparent;
116+
}
116117

117-
.hljs-string {
118-
color: #6f42c1;
119-
}
118+
.dark.dark .markdown-body code .hljs-string {
119+
color: #6f42c1;
120120
}

0 commit comments

Comments
 (0)