We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f6244 commit 6e9022fCopy full SHA for 6e9022f
src/vendor/highlight/_theme.scss
@@ -45,7 +45,8 @@
45
.hljs-type {
46
color: sasscolor.change(
47
sasscolor.mix(color.$base-fuchsia-lighter, color.$base-orange-light),
48
- $saturation: sasscolor.saturation(color.$base-fuchsia-lighter)
+ $saturation:
49
+ sasscolor.channel(color.$base-fuchsia-lighter, 'saturation', $space: hsl)
50
);
51
}
52
@@ -55,7 +56,8 @@
55
56
.hljs-selector-pseudo {
57
58
sasscolor.mix(color.$base-green-lighter, color.$base-blue-lighter),
- $saturation: sasscolor.saturation(color.$base-green-lighter)
59
60
+ sasscolor.channel(color.$base-green-lighter, 'saturation', $space: hsl)
61
62
63
0 commit comments