Skip to content

Commit 6e9022f

Browse files
committed
1 parent b2f6244 commit 6e9022f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/vendor/highlight/_theme.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
.hljs-type {
4646
color: sasscolor.change(
4747
sasscolor.mix(color.$base-fuchsia-lighter, color.$base-orange-light),
48-
$saturation: sasscolor.saturation(color.$base-fuchsia-lighter)
48+
$saturation:
49+
sasscolor.channel(color.$base-fuchsia-lighter, 'saturation', $space: hsl)
4950
);
5051
}
5152

@@ -55,7 +56,8 @@
5556
.hljs-selector-pseudo {
5657
color: sasscolor.change(
5758
sasscolor.mix(color.$base-green-lighter, color.$base-blue-lighter),
58-
$saturation: sasscolor.saturation(color.$base-green-lighter)
59+
$saturation:
60+
sasscolor.channel(color.$base-green-lighter, 'saturation', $space: hsl)
5961
);
6062
}
6163

0 commit comments

Comments
 (0)