Skip to content

Commit

Permalink
[#348] - Update logo for dark/light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Oct 19, 2022
1 parent ea7d811 commit 07d570b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<p align="center">
<img alt="Nimble logo" src="https://assets.nimblehq.co/logo/light/logo-light-text-320.png" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.nimblehq.co/logo/dark/logo-dark-text-320.png">
<img alt="Nimble logo" src="https://assets.nimblehq.co/logo/light/logo-light-text-320.png">
</picture>
</p>

<p align="center">
Expand Down Expand Up @@ -39,7 +42,10 @@ and may be redistributed under the terms specified in the [LICENSE] file.

## About

![Nimble](https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png">
<img alt="Nimble logo" src="https://assets.nimblehq.co/logo/light/logo-light-text-160.png">
</picture>

This project is maintained and funded by Nimble.

Expand Down

0 comments on commit 07d570b

Please sign in to comment.