We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e9f96 commit ea118c2Copy full SHA for ea118c2
1 file changed
public/css/markdown.css
@@ -190,10 +190,22 @@
190
}
191
192
/* Make details boxes look like on GitHub */
193
+.markdown-body summary {
194
+ display: list-item;
195
+}
196
+
197
+.markdown-body summary:focus {
198
+ outline: none;
199
200
201
.markdown-body details summary {
202
cursor: pointer;
203
204
-.markdown-body summary {
- display: list-item;
205
+.markdown-body details:not([open]) > *:not(summary) {
206
+ display: none;
207
208
209
+.markdown-body figure {
210
+ margin: 1em 40px;
211
0 commit comments