]> git.r.bdr.sh - rbdr/mobius/commitdiff
Updated README.md to include Mobius logo(s)
authoraptonline <redacted>
Wed, 15 Jun 2022 18:08:43 +0000 (19:08 +0100)
committerGitHub <redacted>
Wed, 15 Jun 2022 18:08:43 +0000 (19:08 +0100)
Added both light and dark versions of the Mobius logo at the beginning of the read me.  These should change depending on the system theme (MacOS appearance Light/Dark for example) as per Github docs: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to

README.md

index 5dc6ceb2a14dafce86ad8c2cbf4ef60af6c8c9fc..8666c7801eb673ff45799a578c4fb0a14f68e3a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+<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">
+</picture>
+
 # Mobius
 
 Mobius is a cross-platform command line [Hotline](https://en.wikipedia.org/wiki/Hotline_Communications) client and server implemented in Golang.