Skip to content

Commit bb128b7

Browse files
authored
Update markdown-light-alt.css
1 parent ac43dce commit bb128b7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

live-view/extensions/markdown-light-alt.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,23 @@ body blockquote {
180180
margin-right: 0;
181181
}
182182

183+
body dl {
184+
padding: 0;
185+
}
186+
187+
body dl dt {
188+
padding: 0;
189+
margin-top: 16px;
190+
font-size: 1em;
191+
font-style: italic;
192+
font-weight: 600;
193+
}
194+
195+
body dl dd {
196+
padding: 0 16px;
197+
margin-bottom: 16px;
198+
}
199+
183200
body cd-el {
184201
padding: 10.5px 13.5px;
185202
display: block;

0 commit comments

Comments
 (0)