We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac43dce commit bb128b7Copy full SHA for bb128b7
live-view/extensions/markdown-light-alt.css
@@ -180,6 +180,23 @@ body blockquote {
180
margin-right: 0;
181
}
182
183
+body dl {
184
+ padding: 0;
185
+}
186
+
187
+body dl dt {
188
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
200
body cd-el {
201
padding: 10.5px 13.5px;
202
display: block;
0 commit comments