mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-01-29 17:28:28 +00:00
Merge pull request #11 from Fluffy-Bean/deepsource-transform-39d42760
style: format code with Prettier
This commit is contained in:
commit
909e2c0bf3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue