Skip to content

Commit

Permalink
Add alternative logo svg for dark mode (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephshannon authored Aug 7, 2024
1 parent da6bd78 commit 61f16a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<div align="center">

<a href="https://github.com/slevithan/regex#readme"><img src="https://github.com/slevithan/regex/raw/main/regex-logo.svg" height="180" alt="regex logo"></a>
<a href="https://github.com/slevithan/regex#readme">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./regex-logo-dark.svg">
<img alt="regex logo" height="180" src="https://github.com/slevithan/regex/raw/main/regex-logo.svg">
</picture>
</a>

[![build status](https://github.com/slevithan/regex/workflows/CI/badge.svg)](https://github.com/slevithan/regex/actions)
[![npm](https://img.shields.io/npm/v/regex)](https://www.npmjs.com/package/regex)
Expand Down
1 change: 1 addition & 0 deletions regex-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61f16a2

Please sign in to comment.