Skip to content

Commit 331148b

Browse files
committed
customize appearance of result block
1 parent d4b9aca commit 331148b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/doc.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,14 @@
570570
padding-bottom: 0;
571571
}
572572

573+
.doc details.result {
574+
margin-top: 0.25rem;
575+
}
576+
577+
.doc details.result > summary {
578+
color: var(--caption-font-color);
579+
}
580+
573581
.doc .exampleblock > .content,
574582
.doc details.result > .content {
575583
background: var(--example-background);

0 commit comments

Comments
 (0)