2017-07-22 18:30:08 +00:00
|
|
|
.markdown {
|
2018-07-20 20:55:18 +00:00
|
|
|
p {
|
|
|
|
|
margin-bottom: 8px;
|
2017-07-22 18:30:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
2018-07-20 20:55:18 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-top: 14px;
|
2017-07-22 18:30:08 +00:00
|
|
|
line-height: 1.17;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-20 20:55:18 +00:00
|
|
|
h2 {
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-22 18:30:08 +00:00
|
|
|
h3 {
|
2018-07-20 20:55:18 +00:00
|
|
|
margin-bottom: 4px;
|
|
|
|
|
margin-top: 6px;
|
2017-07-22 18:30:08 +00:00
|
|
|
color: $gray-10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $blue-10;
|
|
|
|
|
|
|
|
|
|
&:hover, &:active, &:focus {
|
|
|
|
|
color: $blue-10;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-10-18 20:47:16 +00:00
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|