Skip to content

Commit

Permalink
Adapt starlette logo to the current theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduazizZiyodov authored Dec 15, 2024
1 parent 28991b7 commit 41474db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<p align="center">
<a href="https://www.starlette.io/"><img width="420px" src="https://raw.githubusercontent.com/encode/starlette/master/docs/img/starlette.svg" alt='starlette'></a>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/encode/starlette/master/docs/img/starlette_dark.svg" width="420px">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/encode/starlette/master/docs/img/starlette.svg" width="420px">
<img alt="starlette-logo" src="https://raw.githubusercontent.com/encode/starlette/master/docs/img/starlette_dark.svg">
</picture>
</p>

<p align="center">
<em>✨ The little ASGI framework that shines. ✨</em>
</p>
Expand Down

0 comments on commit 41474db

Please sign in to comment.