Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent e6b6946 commit 60bb882
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions styles/mdn/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
--code-background-block: @mantle;
--notecard-link-color: @subtext1;
--scrollbar-bg: transparent;
--scrollbar-color: hsla(0, 0%, 100%, .25);
--scrollbar-color: hsla(0, 0%, 100%, 0.25);
--category-color: @sky;
--category-color-background: fadeout(@sky, 60%);
--code-color: lighten(@sky, 10%);
Expand Down Expand Up @@ -174,11 +174,23 @@
--form-invalid-color: @red;
--form-invalid-focus-color: @flamingo;
--form-invalid-focus-effect-color: fadeout(@flamingo, 80%);
--baseline-high-bg: hsl(hue(@green), saturation(@green), lightness(@surface0));
--baseline-high-engine-bg: hsl(hue(@green), saturation(@green), lightness(@base));
--baseline-high-bg: hsl(
hue(@green),
saturation(@green),
lightness(@surface0)
);
--baseline-high-engine-bg: hsl(
hue(@green),
saturation(@green),
lightness(@base)
);
--baseline-high-check: @green;
--baseline-low-bg: hsl(hue(@blue), saturation(@blue), lightness(@surface0));
--baseline-low-engine-bg: hsl(hue(@blue), saturation(@blue), lightness(@base));
--baseline-low-engine-bg: hsl(
hue(@blue),
saturation(@blue),
lightness(@base)
);
--baseline-low-check: @blue;
--baseline-low-pill-bg: @sapphire;
--baseline-low-pill-color: @base;
Expand Down

0 comments on commit 60bb882

Please sign in to comment.