Skip to content

Commit

Permalink
ci: add dark Blitzar logo ( PROOF-680 ) (#10)
Browse files Browse the repository at this point in the history
* ci: add dark theme HTML ( PROOF-680 )

* move picture tag html

* chore: update image url ( PROOF-680 )
  • Loading branch information
jacobtrombetta authored Oct 30, 2023
1 parent 8fabc27 commit 039c0a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<div align="center">
<h1 align="center">Blitzar Crate</h1>

<p align="center">
<img
alt="blitzar logo"
width="200px"
src="https://raw.githubusercontent.com/spaceandtimelabs/blitzar-rs/assets/logo.png"/>
</p>
<picture>
<source media="(prefers-color-scheme: dark)" width="200px" srcset="https://raw.githubusercontent.com/spaceandtimelabs/blitzar-rs/assets/logo.png">
<source media="(prefers-color-scheme: light)" width="200px" srcset="https://raw.githubusercontent.com/spaceandtimelabs/blitzar-rs/assets/logo_dark_crop.png">
<img alt="Blitzar" width="200px" src="https://raw.githubusercontent.com/spaceandtimelabs/blitzar-rs/assets/logo_dark_crop.png">
</picture>

<p align="center">
<a href="https://github.com/spaceandtimelabs/blitzar-rs/actions/workflows/release.yml">
<img alt="Build State" src="https://github.com/spaceandtimelabs/blitzar-rs/actions/workflows/release.yml/badge.svg">
</a>
Expand Down

0 comments on commit 039c0a6

Please sign in to comment.