mirror of
https://github.com/Swetrix/swetrix-js.git
synced 2025-03-14 09:55:10 +00:00
Dark mode logo fix
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
<img src="https://swetrix.com/assets/logo_blue.png" alt="" height="80" />
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://swetrix.com/assets/logo_white.png">
|
||||
<img alt="" src="https://swetrix.com/assets/logo_blue.png" height="80">
|
||||
</picture>
|
||||
<br /><br />
|
||||
|
||||
[](https://data.jsdelivr.com/v1/package/gh/Swetrix/swetrix-js/stats)
|
||||
[](https://bundlephobia.com/api/size?package=swetrix)
|
||||
|
Reference in New Issue
Block a user