Skip to content

Commit bc019cc

Browse files
authored
Add dark variant of the wide logo
1 parent cf0884e commit bc019cc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<div align="center">
2-
<img alt="The Rust Programming Language: A language empowering everyone to build reliable and efficient software"
3-
src="https://www.rust-lang.org/static/images/rust-social-wide.jpg"
4-
width="50%">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Urgau/rust/assets/3616612/526538d1-450c-4709-b597-27b7dd83c794">
4+
<source media="(prefers-color-scheme: light)" srcset="https://www.rust-lang.org/static/images/rust-social-wide.jpg">
5+
<img alt="The Rust Programming Language: A language empowering everyone to build reliable and efficient software"
6+
src="https://www.rust-lang.org/static/images/rust-social-wide.jpg"
7+
width="50%">
8+
</picture>
59

610
[Website][Rust] | [Getting started] | [Learn] | [Documentation] | [Contributing]
711
</div>

0 commit comments

Comments
 (0)