From a0d5157c5fa15b548338e9674fbcc27ee47b8740 Mon Sep 17 00:00:00 2001 From: midblep Date: Tue, 26 Apr 2022 00:56:25 +0200 Subject: [PATCH] tiny darkmode fix --- src/routes/index.svelte | 3 ++- static/homepage/blob2-dark.svg | 1 + static/homepage/{blob2.svg => blob2-light.svg} | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/homepage/blob2-dark.svg rename static/homepage/{blob2.svg => blob2-light.svg} (100%) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 49e5874..a625f65 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -266,7 +266,8 @@ contact -
+
+ diff --git a/static/homepage/blob2-dark.svg b/static/homepage/blob2-dark.svg new file mode 100644 index 0000000..70db762 --- /dev/null +++ b/static/homepage/blob2-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/homepage/blob2.svg b/static/homepage/blob2-light.svg similarity index 100% rename from static/homepage/blob2.svg rename to static/homepage/blob2-light.svg