diff options
author | IndeedNotJames <[email protected]> | 2022-12-12 18:18:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-12 10:18:30 -0700 |
commit | e10ed7b00d30cc91662949671f0051cd16da9222 (patch) | |
tree | f162a8ee4fa0ca1ef90108d1944e6d894d295d42 /README.md | |
parent | fac35db9dcbf23af7ffad885bf072e3fbbaa7e71 (diff) | |
download | caddy-e10ed7b00d30cc91662949671f0051cd16da9222.tar.gz caddy-e10ed7b00d30cc91662949671f0051cd16da9222.zip |
readme: darker variants of logos in dark mode (#5248)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -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. |