chore: use new method for github dark mode images (#538)

This commit is contained in:
Santiago Carmuega 2024-11-03 11:25:03 -03:00 committed by GitHub
parent 3bdae69b0f
commit e406e8fe58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,9 @@
<div align="center">
<img src="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-dark.svg?sanitize=true#gh-dark-mode-only" alt="Pallas Logo" width="500">
<img src="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-light.svg?sanitize=true#gh-light-mode-only" alt="Pallas Logo" width="500">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-light.svg">
<img src="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-light.svg" alt="Pallas Logo" width="500">
</picture>
<hr />
<h3 align="center" style="border-bottom: none">Rust-native building blocks for the Cardano blockchain ecosystem</h3>
<img alt="GitHub" src="https://img.shields.io/github/license/txpipe/pallas" />
@ -26,7 +29,7 @@ As already explained, _Pallas_ aims at being an expanding set of components. The
### Ouroboros Network
| Crates | Description |
| --------------------------------------------- | ----------------------------------------------------------------------- |
| --------------------------------- | ----------------------------------------------------------------------- |
| [pallas-network](/pallas-network) | Network stack providing a multiplexer and mini-protocol implementations |
### Ouroboros Consensus