summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-12-16 09:23:31 +0000
committerGitHub <noreply@github.com>2023-12-16 09:23:31 +0000
commitd58192ff55b58745dd5689f80cda957d8a4f0e14 (patch)
tree1de2ddb4e12f0563a25bf2ccf60a978380a52baf /README.md
parent206157dd23fcf28cf27cb4884467136f9f80ebd4 (diff)
docs(readme): use picture element for logo
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 30568cfbb..b0070d71a 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
<p align="center">
- <img src="https://github.com/atuinsh/atuin/assets/53315310/08bc86d4-a781-4aaa-8d7e-478ae6bcd129#gh-light-mode-only" />
- <img src="https://github.com/atuinsh/atuin/assets/53315310/13216a1d-1ac0-4c99-b0eb-d88290fe0efd#gh-dark-mode-only" />
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/atuinsh/atuin/assets/53315310/13216a1d-1ac0-4c99-b0eb-d88290fe0efd">
+ <img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="https://github.com/atuinsh/atuin/assets/53315310/08bc86d4-a781-4aaa-8d7e-478ae6bcd129">
+</picture>
</p>
-![Atuin_Logo_01_blue]()
-
-
<p align="center">
<em>magical shell history</em>
</p>