Skip to content

Commit 60bb882

Browse files
style: format code with prettier
1 parent e6b6946 commit 60bb882

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

styles/mdn/catppuccin.user.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
--code-background-block: @mantle;
112112
--notecard-link-color: @subtext1;
113113
--scrollbar-bg: transparent;
114-
--scrollbar-color: hsla(0, 0%, 100%, .25);
114+
--scrollbar-color: hsla(0, 0%, 100%, 0.25);
115115
--category-color: @sky;
116116
--category-color-background: fadeout(@sky, 60%);
117117
--code-color: lighten(@sky, 10%);
@@ -174,11 +174,23 @@
174174
--form-invalid-color: @red;
175175
--form-invalid-focus-color: @flamingo;
176176
--form-invalid-focus-effect-color: fadeout(@flamingo, 80%);
177-
--baseline-high-bg: hsl(hue(@green), saturation(@green), lightness(@surface0));
178-
--baseline-high-engine-bg: hsl(hue(@green), saturation(@green), lightness(@base));
177+
--baseline-high-bg: hsl(
178+
hue(@green),
179+
saturation(@green),
180+
lightness(@surface0)
181+
);
182+
--baseline-high-engine-bg: hsl(
183+
hue(@green),
184+
saturation(@green),
185+
lightness(@base)
186+
);
179187
--baseline-high-check: @green;
180188
--baseline-low-bg: hsl(hue(@blue), saturation(@blue), lightness(@surface0));
181-
--baseline-low-engine-bg: hsl(hue(@blue), saturation(@blue), lightness(@base));
189+
--baseline-low-engine-bg: hsl(
190+
hue(@blue),
191+
saturation(@blue),
192+
lightness(@base)
193+
);
182194
--baseline-low-check: @blue;
183195
--baseline-low-pill-bg: @sapphire;
184196
--baseline-low-pill-color: @base;

0 commit comments

Comments
 (0)