/* Styles scoped to markdown output from the |md template filter. */
.md {
    margin-bottom: 1rem;
}

.md ul {
    list-style-type: disc;
    margin-left: 2.5rem;
}

.md ol {
    list-style-type: decimal;
    margin-left: 2.5rem;
}

.md a {
    color: var(--color-brand-500);
    font-weight: 600;
    text-decoration: underline;
}

.md a:hover {
    color: var(--color-brand-700);
}

.md a:visited {
    color: var(--color-brand-600);
}

.md a:visited:hover {
    color: var(--color-brand-700);
}
