Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Commit b232591

Browse files
committed
Target string interpolations using 'embedded' scope
Also, refer to the base font color as @mono-1
1 parent ae48c3b commit b232591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/syntax/_base.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
.syntax--string {
9898
color: @hue-4;
9999

100-
> .syntax--source {
101-
color: @syntax-fg;
100+
> .syntax--source, .syntax--embedded {
101+
color: @mono-1;
102102
}
103103

104104
&.syntax--regexp {

0 commit comments

Comments
 (0)