Skip to content

Commit 25beba1

Browse files
committed
docs(media): fix logo for light vs dark mode
1 parent 6353804 commit 25beba1

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d2c1a788704d402ee16c07be3b4c1dd5d53576c970bdea1a9499ebe3995ea8ce
3-
size 25304
2+
oid sha256:f5861896b45fbe3d051be5beb7608afc6672a8bd42930907455f1e35692120a1
3+
size 25483

Documentation~/images/algorand_logo_mark.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<h1 id="unity-algorand-sdk" align="center">
2-
<img src="Documentation~/images/algorand_logo_mark.svg"/>
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="Documentation~/images/algorand_logo_mark_white.svg">
4+
<img alt="The Algorand Logo" src="Documentation~/images/algorand_logo_mark_black.svg"/>
5+
</picture>
36
<br/>
47
Unity Algorand SDK
58

0 commit comments

Comments
 (0)