diff --git a/_includes/base.html b/_includes/base.html
index f24dbc0..e24b361 100644
--- a/_includes/base.html
+++ b/_includes/base.html
@@ -10,6 +10,13 @@
+
+
astolfo!
diff --git a/bundle.css b/bundle.css
index bd9f14e..e0b82a4 100644
--- a/bundle.css
+++ b/bundle.css
@@ -133,7 +133,23 @@ header a:hover {
* nav/sidebar
*/
+nav {
+ list-style-type: none;
+ justify-content: space-evenly;
+ display: flex;
+}
+nav a {
+ color: var(--text) !important;
+}
+
+nav a:hover {
+ color: var(--accent2);
+ background-color: inherit;
+ transform: none;
+ scale: 100%;
+ rotate: 0deg;
+}
/*
* footer