summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndeedNotJames <indeednotjames@mailbox.org>2022-12-12 18:18:30 +0100
committerGitHub <noreply@github.com>2022-12-12 10:18:30 -0700
commite10ed7b00d30cc91662949671f0051cd16da9222 (patch)
treef162a8ee4fa0ca1ef90108d1944e6d894d295d42
parentfac35db9dcbf23af7ffad885bf072e3fbbaa7e71 (diff)
readme: darker variants of logos in dark mode (#5248)
-rw-r--r--README.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/README.md b/README.md
index 715eb13..4ca992d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
<p align="center">
- <a href="https://caddyserver.com"><img src="https://user-images.githubusercontent.com/1128849/36338535-05fb646a-136f-11e8-987b-e6901e717d5a.png" alt="Caddy" width="450"></a>
+ <a href="https://caddyserver.com">
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/55066419/206944919-98f9fc47-cc3b-49ef-a498-0ff74c625c0c.png">
+ <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/1128849/36338535-05fb646a-136f-11e8-987b-e6901e717d5a.png">
+ <img src="https://user-images.githubusercontent.com/1128849/36338535-05fb646a-136f-11e8-987b-e6901e717d5a.png" alt="Caddy" width="450">
+ </picture>
+ </a>
<br>
<h3 align="center">a <a href="https://zerossl.com"><img src="https://caddyserver.com/resources/images/zerossl-logo.svg" height="28" valign="middle"></a> project</h3>
</p>
@@ -40,7 +46,13 @@
<p align="center">
<b>Powered by</b>
<br>
- <a href="https://github.com/caddyserver/certmagic"><img src="https://user-images.githubusercontent.com/1128849/49704830-49d37200-fbd5-11e8-8385-767e0cd033c3.png" alt="CertMagic" width="250"></a>
+ <a href="https://github.com/caddyserver/certmagic">
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/55066419/206946718-740b6371-3df3-4d72-a822-47e4c48af999.png">
+ <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/1128849/49704830-49d37200-fbd5-11e8-8385-767e0cd033c3.png">
+ <img src="https://user-images.githubusercontent.com/1128849/49704830-49d37200-fbd5-11e8-8385-767e0cd033c3.png" alt="CertMagic" width="250">
+ </picture>
+ </a>
</p>
@@ -78,7 +90,7 @@ Requirements:
- [Go 1.18 or newer](https://golang.org/dl/)
### For development
-
+
_**Note:** These steps [will not embed proper version information](https://github.com/golang/go/issues/29228). For that, please follow the instructions in the next section._
```bash
@@ -185,4 +197,4 @@ Matthew Holt began developing Caddy in 2014 while studying computer science at B
Caddy is a project of [ZeroSSL](https://zerossl.com), a Stack Holdings company.
-Debian package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com). Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence. \ No newline at end of file
+Debian package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com). Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.