diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx
index 0af007dc..cb7055df 100644
--- a/web/components/nav/sidebar.tsx
+++ b/web/components/nav/sidebar.tsx
@@ -36,7 +36,7 @@ function SidebarItem(props: { item: Item; currentPage: string }) {
className={clsx(
item.href == currentPage
? 'bg-gray-200 text-gray-900'
- : 'text-gray-600 hover:bg-gray-50',
+ : 'text-gray-600 hover:bg-gray-100',
'group flex items-center rounded-md px-3 py-2 text-sm font-medium'
)}
aria-current={item.href == currentPage ? 'page' : undefined}
@@ -58,7 +58,7 @@ function SidebarItem(props: { item: Item; currentPage: string }) {
function MoreButton() {
return (
-
+
{fold.name}