Skip to content

Commit ac43dce

Browse files
authored
Update markdown-dark.css
1 parent b9514f0 commit ac43dce

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

live-view/extensions/markdown-dark.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,23 @@ body blockquote {
245245
margin-right: 0;
246246
}
247247

248+
body dl {
249+
padding: 0;
250+
}
251+
252+
body dl dt {
253+
padding: 0;
254+
margin-top: 16px;
255+
font-size: 1em;
256+
font-style: italic;
257+
font-weight: 600;
258+
}
259+
260+
body dl dd {
261+
padding: 0 16px;
262+
margin-bottom: 16px;
263+
}
264+
248265
body cd-el {
249266
padding: 16px;
250267
display: block;

0 commit comments

Comments
 (0)