Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion source/css/github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
color: var(--color-text-md-content)
}

.markdown-body ol ol,
Expand All @@ -315,6 +316,12 @@

.markdown-body dd {
margin-left: 0;
color: var(--color-text-md-content)
}

.markdown-body dt {
margin-left: 0;
color: var(--color-text-md-content)
}

.markdown-body code {
Expand Down Expand Up @@ -733,4 +740,4 @@

.markdown-body hr {
border-bottom-color: #eee;
}
}