Skip to content

Commit

Permalink
chore: better dark theme logo (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite authored Jun 5, 2023
1 parent 124999b commit 39e81e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<a href="https://cognite.com/">
<img src="./cognite_logo.png" alt="Cognite logo" title="Cognite" align="right" height="80" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./cognite_logo_dark.png">
<img src="./cognite_logo.png" alt="Cognite logo" title="Cognite" align="right" height="80" />
</picture>
</a>

# Reveal 3D viewer and libraries
Expand Down
Binary file added cognite_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39e81e7

Please sign in to comment.