Skip to content

Commit f735453

Browse files
committedNov 25, 2024·
Fix non-terminal ec blocks bg color (closes #846)
1 parent b032163 commit f735453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/docs/src/styles/expressive-code.css

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
}
44

55
:root[data-theme='light'] {
6+
.expressive-code .frame pre,
67
.expressive-code .frame.has-title:not(.is-terminal) .header .title {
78
background-color: #151419;
89
border-color: #151419;

0 commit comments

Comments
 (0)
Please sign in to comment.