Skip to content

Commit a555f60

Browse files
committed
make terminal css not affect prism outside
1 parent a383156 commit a555f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ body .token.string, body .token.char {
9797
color: #df3189;
9898
}
9999
:root {
100-
--background: white;
100+
--background: transparent;
101101
}
102102
.terminal {
103103
--terminal: black;

0 commit comments

Comments
 (0)