From 6f769d91e42656de1b30894f1e46fac89ccdcecf Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 29 Apr 2026 14:05:30 +0200 Subject: Added the new logo and cleaned up the links --- static/favicon-dark.png | 3 --- static/favicon-light.png | 3 --- static/logo_dark.svg | 19 +++++++++++++++++++ static/logo_light.svg | 19 +++++++++++++++++++ 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 static/favicon-dark.png delete mode 100644 static/favicon-light.png create mode 100644 static/logo_dark.svg create mode 100644 static/logo_light.svg (limited to 'static') diff --git a/static/favicon-dark.png b/static/favicon-dark.png deleted file mode 100644 index 61bc85c..0000000 --- a/static/favicon-dark.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9e67f383c061306ff2e5a65356193b0733b76a940826e0347d8a622138cb5e6 -size 549 diff --git a/static/favicon-light.png b/static/favicon-light.png deleted file mode 100644 index 3af19df..0000000 --- a/static/favicon-light.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4a57f92ec12180e24bdf7591939f3f980253f8c856fce820249632fb0e18c06 -size 488 diff --git a/static/logo_dark.svg b/static/logo_dark.svg new file mode 100644 index 0000000..c2fedec --- /dev/null +++ b/static/logo_dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/logo_light.svg b/static/logo_light.svg new file mode 100644 index 0000000..6091b68 --- /dev/null +++ b/static/logo_light.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1