|
|
@ -1,13 +1,14 @@
|
|
|
|
.markdown-content {
|
|
|
|
.markdown-content {
|
|
|
|
font-size: 1rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
color: mc('blue-grey', '900');
|
|
|
|
color: mc('blue-grey', '800');
|
|
|
|
|
|
|
|
|
|
|
|
// --------------------------------------------
|
|
|
|
// --------------------------------------------
|
|
|
|
// Headers
|
|
|
|
// Headers
|
|
|
|
// --------------------------------------------
|
|
|
|
// --------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
color: mc('blue-grey', '800');
|
|
|
|
color: mc('blue-grey', '700');
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
> * + h1, > * + h2, > * + h3, > * + h4 {
|
|
|
|
> * + h1, > * + h2, > * + h3, > * + h4 {
|
|
|
@ -15,16 +16,17 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
border-bottom: 1px solid mc('blue-grey', '100');
|
|
|
|
border-bottom: 2px solid mc('blue-grey', '100');
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
h2 {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
border-bottom: 1px dotted mc('blue-grey', '100');
|
|
|
|
border-bottom: 1px solid mc('blue-grey', '100');
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
h3 {
|
|
|
|
font-size: 1.15rem;
|
|
|
|
font-size: 1.15rem;
|
|
|
|
|
|
|
|
border-bottom: 1px dotted mc('blue-grey', '100');
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
h4 {
|
|
|
@ -58,4 +60,13 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.task-list-item {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&-checkbox {
|
|
|
|
|
|
|
|
margin-right: .5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|