Merge pull request #11 from Fluffy-Bean/deepsource-transform-39d42760

style: format code with Prettier
This commit is contained in:
Michał 2024-05-27 00:23:58 +01:00 committed by GitHub
commit 909e2c0bf3
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;
}
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;
}

View file

@ -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;