diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index 3df9ee0f9dc793eb849480b590c8e671b1c3bb6b..bcec2ab5199c6e1cea6d709157155cac1a379a5b 100644
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -183,7 +183,7 @@ body > header h1 img {
 	}
 	#sitemenu-container nav {
 		display: none;
-		/*border-top: 0.1rem solid #333;*/
+		border-top: 0;
 		position: fixed;
 		top: 3.2rem;
 		left: 0;
@@ -193,7 +193,7 @@ body > header h1 img {
 	#sitemenu-container nav > ul {
 		flex-direction: column;
 	}
-	#sitemenu-container nav > li {
+	#sitemenu-container nav > ul > li {
 		width: 100%;
 		background-color: var(--category-contrast-color);
 	}
@@ -211,9 +211,9 @@ body > header h1 img {
 		line-height: 2rem;
 		/* border-top: 0.1rem solid #333; */
 	}
-	#sitemenu-container a:hover {
+	/*#sitemenu-container a:hover {
 		border-bottom: 0.1rem solid #536;
-	}
+	}*/
 	#sitemenu-container input[type=checkbox]:checked ~ .show-header-menu-bg {
 		display: block;
 	}