Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c1d67e

Browse files
authored
docs: support dark and light mode in the readme (#5928)
Shoutout @cmoog
1 parent e6a3ce7 commit 9c1d67e

File tree

7 files changed

+12
-2
lines changed

7 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
<div align="center">
2-
<img src="./docs/images/logo.png" style="width: 128px">
2+
<a href="https://coder.com#gh-light-mode-only">
3+
<img src="./docs/images/logo-black.png" style="width: 128px">
4+
</a>
5+
<a href="https://coder.com#gh-dark-mode-only">
6+
<img src="./docs/images/logo-white.png" style="width: 128px">
7+
</a>
38

49
<h1>
510
Self-Hosted Remote Development Environments
611
</h1>
712

8-
<img src="./docs/images/banner.png" style="width: 650px">
13+
<a href="https://coder.com#gh-light-mode-only">
14+
<img src="./docs/images/banner-black.png" style="width: 650px">
15+
</a>
16+
<a href="https://coder.com#gh-dark-mode-only">
17+
<img src="./docs/images/banner-white.png" style="width: 650px">
18+
</a>
919

1020
<br>
1121
<br>

docs/images/banner-black.png

24.6 KB
Loading

docs/images/banner-white.png

25 KB
Loading

docs/images/banner.png

-43.1 KB
Binary file not shown.

docs/images/logo-black.png

3.7 KB
Loading

docs/images/logo-white.png

4.05 KB
Loading

docs/images/logo.png

-11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)