style: format code with Prettier

This commit fixes the style issues introduced in ab8e076 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-26 21:25:46 +00:00 committed by GitHub
parent ab8e07651a
commit b752cde64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View file

@ -31,17 +31,22 @@ body {
color: $light; color: $light;
} }
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600; font-weight: 600;
} }
ul[role="list"], ul[role="list"],
ol[role="list"] { ol[role="list"] {
list-style: none; list-style: none;
} }
code *, pre * { code *,
pre * {
font-family: $font-mono !important; font-family: $font-mono !important;
} }

View file

@ -5,5 +5,5 @@ $accent: #b7a997;
$radius: 4px; $radius: 4px;
$font-regular: 'General Sans', sans-serif; $font-regular: "General Sans", sans-serif;
$font-mono: 'JetBrains Mono', sans-serif; $font-mono: "JetBrains Mono", sans-serif;