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;
-}