diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-12-16 09:23:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-16 09:23:31 +0000 |
| commit | d58192ff55b58745dd5689f80cda957d8a4f0e14 (patch) | |
| tree | 1de2ddb4e12f0563a25bf2ccf60a978380a52baf /README.md | |
| parent | docs(readme): fix light/dark mode logo (diff) | |
| download | atuin-d58192ff55b58745dd5689f80cda957d8a4f0e14.zip | |
docs(readme): use picture element for logo
Diffstat (limited to '')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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> |
