Skip to content

Commit

Permalink
add white logo for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kisnikser authored Dec 12, 2024
1 parent 5fd88c2 commit d4fc3c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div align="center">
<img src="assets/logo.svg" width="200px" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-white.svg" width="200px">
<source media="(prefers-color-scheme: light)" srcset="assets/logo.svg" width="200px">
<img alt="Just Relax It" src="assets/logo.svg" width="200px">
</picture>
<h1> Just Relax It </h1>
<p align="center"> Discrete Variables Relaxation </p>
</div>
Expand Down

0 comments on commit d4fc3c7

Please sign in to comment.