1 changed files with
5 additions and
1 deletions
|
|
@ -38,7 +38,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2 {
|
|
|
|
h1, h2 {
|
|
|
|
font-weight: 500;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -46,6 +46,10 @@
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h3, h4, h5 {
|
|
|
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
blockquote {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-left: 20px;
|
|
|
|
color: $dark-text-color;
|
|
|
|
color: $dark-text-color;
|
|
|
|