Skip to content

Commit 0c84026

Browse files
committed
Fix styling of example blocks in dark mode
1 parent ba3ccbb commit 0c84026

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/supplemental-ui/css/site-extra.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,10 @@ code {
125125
.toc.sidebar .toc-menu h3 {
126126
padding-left: calc(0.5rem + 2px);
127127
}
128+
129+
.doc .exampleblock > .content, .doc details.result > .content {
130+
background: var(--color-syntax-bg);
131+
border: .25rem solid #5d5d5d;
132+
border-radius: .5rem;
133+
padding: .75rem;
134+
}

0 commit comments

Comments
 (0)