From ae12b4d4186181f77cb33544f35e470156d47110 Mon Sep 17 00:00:00 2001 From: zepp Date: Mon, 3 Mar 2025 16:30:57 -0500 Subject: [PATCH] remove items relating to changelog no longer going to be using changelog --- src/components/Navigation.astro | 1 - src/styles/global.css | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index cfd6703..06bec7f 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -28,7 +28,6 @@ const backgroundColorNightMode = "#240046";
  • other emma things
  • contact
  • guestbook
  • -
  • changelog
  • controls

    diff --git a/src/styles/global.css b/src/styles/global.css index a713dd7..1b45bed 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -200,8 +200,3 @@ main section ul li { .gallery-text-left { text-align: left; } - -.nested-list { - list-style-type: disc; - margin-left: 2rem; -}