Skip to content

Commit 53b3f5b

Browse files
committed
STY: make the background of sg thumbs dark in dark mode
1 parent d8a84f5 commit 53b3f5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/_static/mpl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ does not float with it.
5151
margin: 5px 2px;
5252
}
5353

54+
html[data-theme="dark"] .sphx-glr-thumbcontainer {
55+
background-color: rgb(63, 63, 63);
56+
}
57+
5458
/* workaround: the default padding decenters the image inside the frame */
5559
.sphx-glr-thumbcontainer .figure {
5660
padding: 0;

0 commit comments

Comments
 (0)