From b752cde64b935182653c44463d28eabea553e820 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 21:25:46 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in ab8e076 according to the output from Prettier. Details: None --- src/styles/_reset.scss | 11 ++++++++--- src/styles/vars.scss | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index e782a78..436586a 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -31,17 +31,22 @@ body { color: $light; } -h1, h2, h3, h4, h5, h6 { +h1, +h2, +h3, +h4, +h5, +h6 { font-weight: 600; } - ul[role="list"], ol[role="list"] { list-style: none; } -code *, pre * { +code *, +pre * { font-family: $font-mono !important; } diff --git a/src/styles/vars.scss b/src/styles/vars.scss index 24685f9..38d219d 100644 --- a/src/styles/vars.scss +++ b/src/styles/vars.scss @@ -5,5 +5,5 @@ $accent: #b7a997; $radius: 4px; -$font-regular: 'General Sans', sans-serif; -$font-mono: 'JetBrains Mono', sans-serif; +$font-regular: "General Sans", sans-serif; +$font-mono: "JetBrains Mono", sans-serif;