aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraptonline <apt@mac.com>2022-06-15 19:08:43 +0100
committerGitHub <noreply@github.com>2022-06-15 19:08:43 +0100
commit6e16e92688d5adfe9857525c05c4c9b94551b5f9 (patch)
treed50749efcfa75ddef3680440b875c6a0608c9d48
parentabce1dacbbab3bc38dba4285615fa4bba33d657d (diff)
Updated README.md to include Mobius logo(s)
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
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5dc6ceb..8666c78 100644
--- 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.