From 3d94b70051d0655cdd35c8cd15f2b92f14f84267 Mon Sep 17 00:00:00 2001 From: xcexec Date: Thu, 3 Oct 2024 15:00:49 +0200 Subject: [PATCH] Revert "added dark-mode logo-dark.svg; changed various colours on NavBar" This reverts commit 6bee508b545af3e575ee79acfe6a1ae16c1de633. --- flake.nix | 5 ++--- src/components/NavBar.vue | 9 +++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index b9058f861..1edef0612 100644 --- a/flake.nix +++ b/flake.nix @@ -272,9 +272,8 @@ inherit (icons) logo favicon; in old: { - postPatch = - '' - cp '${logo}' src/assets/logo.svg + postPatch = '' + cp '${logo}' src/assets/logo.svg magick convert \ -resize x16 \ diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 60ca38270..7784d414d 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,6 +1,6 @@