Skip to content

Commit 0626fc4

Browse files
committed
Use new light/dark syntax for rendering on wiki
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 99359d5 commit 0626fc4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<br />
2-
<a href="https://github.com/point72/ccflow#gh-light-mode-only">
3-
<img src="https://github.com/point72/ccflow/raw/main/docs/img/light.png?raw=true#gh-light-mode-only" alt="ccflow logo, spells 'ccflow' in color" width="400"></a>
4-
</a>
5-
<a href="https://github.com/point72/ccflow#gh-dark-mode-only">
6-
<img src="https://github.com/point72/ccflow/raw/main/docs/img/dark.png?raw=true#gh-dark-mode-only" alt="ccflow logo, spells 'ccflow' in color" width="400"></a>
1+
<a href="https://github.com/point72/ccflow">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/point72/ccflow/raw/main/docs/img/dark.png?raw=true">
4+
<img alt="ccflow logo, 'ccflow' with letters in color" src="https://github.com/point72/ccflow/raw/main/docs/img/light.png?raw=true" width="400">
5+
</picture>
76
</a>
87

98
<br/>

0 commit comments

Comments
 (0)