From 986f7bd0eb947fcf3fcea40cce6da5956c23acaa Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:56:06 +0100 Subject: [PATCH] feat: add style changer to navigation bar --- src/App.svelte | 33 ++++++++++-------------- src/lib/Navigation.svelte | 53 +++++++++++++++++++++++++-------------- 2 files changed, 47 insertions(+), 39 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 08bd29fa..9f397aea 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,21 +1,25 @@ @@ -39,16 +38,10 @@ - +

Ooga booga

-
- styleSelect(e)}> - - - -
\ No newline at end of file diff --git a/src/lib/Navigation.svelte b/src/lib/Navigation.svelte index b31abe50..a9302958 100644 --- a/src/lib/Navigation.svelte +++ b/src/lib/Navigation.svelte @@ -1,27 +1,42 @@ - - pk-webs + + pk-webs - - - + + + \ No newline at end of file