From f23552c1704bc570d37d94b40106d1532dbecdfc Mon Sep 17 00:00:00 2001 From: IRHM Date: Thu, 16 Jul 2026 08:36:35 +0100 Subject: [PATCH] Use an `svg` for the favicon and change its `fill` to `white` for dark themed browsers. --- CHANGELOG.md | 1 + src/app.html | 1 + static/favicon.svg | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 static/favicon.svg 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