Skip to content

Commit 7d57173

Browse files
committed
Use distinct images for light and dark mode
1 parent 007374a commit 7d57173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/images.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ based on the currently active colour scheme.
7171
:class: only-light
7272
```
7373
74-
```{image} https://picsum.photos/id/237/200/200
74+
```{image} https://picsum.photos/id/1025/200/200
7575
:align: center
7676
:class: only-dark
7777
```
@@ -81,7 +81,7 @@ based on the currently active colour scheme.
8181
:figclass: only-light
8282
```
8383
84-
```{figure} https://picsum.photos/id/237/200/200
84+
```{figure} https://picsum.photos/id/1025/200/200
8585
:align: center
8686
:figclass: only-dark
8787
```
@@ -95,7 +95,7 @@ This is from Markdown.
9595
:class: only-light
9696
9797
98-
.. image:: https://picsum.photos/id/237/200/200
98+
.. image:: https://picsum.photos/id/1025/200/200
9999
:align: center
100100
:class: only-dark
101101
@@ -105,7 +105,7 @@ This is from Markdown.
105105
:figclass: only-light
106106
107107
108-
.. figure:: https://picsum.photos/id/237/200/200
108+
.. figure:: https://picsum.photos/id/1025/200/200
109109
:align: center
110110
:figclass: only-dark
111111

0 commit comments

Comments
 (0)