From 60bb8822b0928a898e75f658d3754012d466d3dd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:06:22 +0000 Subject: [PATCH] style: format code with prettier --- styles/mdn/catppuccin.user.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/styles/mdn/catppuccin.user.css b/styles/mdn/catppuccin.user.css index 359e3ca0f7..05f6fa1993 100644 --- a/styles/mdn/catppuccin.user.css +++ b/styles/mdn/catppuccin.user.css @@ -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%); @@ -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;