Skip to content

Commit 7868040

Browse files
authored
docs: fix displaying GoLand logo on a dark theme (#5598)
1 parent 1f032fb commit 7868040

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,13 @@ This project exists thanks to all the people who contribute. [How to contribute]
5757

5858
<p>&nbsp;</p>
5959
<p float="left">
60-
<a href="https://www.jetbrains.com/go/?utm_source=OSS&utm_medium=referral&utm_campaign=golangci" target="_blank"><img src="assets/goland.svg" width="150" alt="The complete IDE crafted for professional Go developers."></a>
60+
<a href="https://www.jetbrains.com/go/?utm_source=OSS&utm_medium=referral&utm_campaign=golangci" target="_blank">
61+
<picture>
62+
<source media="(prefers-color-scheme: dark)" srcset="assets/goland-white.svg">
63+
<source media="(prefers-color-scheme: light)" srcset="assets/goland.svg">
64+
<img alt="The complete IDE crafted for professional Go developers." src="assets/goland.svg" width="150" />
65+
</picture>
66+
</a>
6167
</p>
6268

6369
## Stargazers over time

assets/goland-white.svg

+20
Loading

0 commit comments

Comments
 (0)