mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-28 02:16:10 +00:00
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:
parent
ab8e07651a
commit
b752cde64b
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue