Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53b3f5b

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎doc/_static/mpl.css‎

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.