diff --git a/CHANGELOG.md b/CHANGELOG.md index d5146eb0..84792a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ These changes are awaiting release: ## Changed - Move notifications to its own component. +- Use an `svg` for the favicon and change its `fill` to `white` for dark themed browsers. ## Fixed diff --git a/src/app.html b/src/app.html index 3cba61d5..846d81b1 100644 --- a/src/app.html +++ b/src/app.html @@ -2,6 +2,7 @@
+ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 00000000..825dde85 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,20 @@ + \ No newline at end of file