Skip to content

Commit fcb0551

Browse files
Dark mode logo in README (#104)
* Light and dark mode logos * Use the new logos in README * Update README.md * Update README.md
1 parent ac32a14 commit fcb0551

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Assets/Fluxor-logo-dark.png

47.1 KB
Loading
File renamed without changes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<p align="center">
22
<br />
3-
<img src="https://raw.githubusercontent.com/FluxorOrg/Fluxor/master/Assets/Fluxor-logo.png" width="400" max-width="90%" alt="Fluxor" />
3+
<img src="Assets/Fluxor-logo-light.png#gh-light-mode-only" width="400" max-width="90%" alt="Fluxor" />
4+
<img src="Assets/Fluxor-logo-dark.png#gh-dark-mode-only" width="400" max-width="90%" alt="Fluxor" />
45
</p>
56

67
<p align="center">

0 commit comments

Comments
 (0)