diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-15 15:38:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 15:38:22 -0700 |
| commit | 18aa84b6fe8a400adfbda6dfd3ebcfe4e2af1407 (patch) | |
| tree | a381198092dff808b19410d07d628d31588221d8 | |
| parent | 424ef66f0fe1ea21b4bae765dc40c97c98ed363e (diff) | |
| parent | 4fad3266d27d3d193c6e25298c6085dbf8a6b610 (diff) | |
Merge pull request #36 from aptonline/patch-1
Mobius Logos
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | dark_logo.png | bin | 0 -> 19236 bytes | |||
| -rw-r--r-- | light_logo.png | bin | 0 -> 18819 bytes |
3 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/190136/173893691-349dcf82-4fbe-431f-966b-c54817770f66.png"> - <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/190136/173893686-d07f72a6-2822-4e4b-9d61-7ba7019ba706.png"> + <source media="(prefers-color-scheme: dark)" srcset="dark_logo.png"> + <source media="(prefers-color-scheme: light)" srcset="light_logo.png"> + <img src="dark_logo.png" alt="Mobius Logo"> </picture> # Mobius diff --git a/dark_logo.png b/dark_logo.png Binary files differnew file mode 100644 index 0000000..847d67e --- /dev/null +++ b/dark_logo.png diff --git a/light_logo.png b/light_logo.png Binary files differnew file mode 100644 index 0000000..3d3f947 --- /dev/null +++ b/light_logo.png |