Skip to content

Commit

Permalink
docs: Update Logo to use light/dark mode tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Feb 20, 2024
1 parent 322cb27 commit df8577d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fi;
mkdir -p ./docs/
rm -rf ./docs/coverage/ ./docs/reference/ ./docs/tests/

# Remove Dark Mode Logo
sed -i '/<img .*#gh-dark-mode-only.*>/d' "./README.md"

# TypeDoc in ./docs/referece
npx typedoc
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<br />

<p align="center">
<img src="https://d.sebbo.net/ical-generator-logo-w-dark-2IyGhq7rHoLzQwaNbK7MvxoNpe0bivGDzbjrai56R5YTfQuvfI8DtDfbfnNeRborwoj2y0gS5urh7OKdd4wik9F5PT4LxRnReyXA.svg" alt="ical-generator" />
<img src="https://static.sebbo.net/ical-generator/logo-dark.svg#gh-dark-mode-only" alt="ical-generator" />
<img src="https://static.sebbo.net/ical-generator/logo-light.svg#gh-light-mode-only" alt="ical-generator" />
</p>
<p align="center">
<a href="https://github.com/sebbo2002/ical-generator/blob/develop/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT License" /></a>
Expand Down

0 comments on commit df8577d

Please sign in to comment.