diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue
index 1db82454afdff8c5de9dca80eba2f7cfa057bcc0..28022c639f133fefdc3d72ad0e02d44f578da59b 100644
--- a/front/src/components/Sidebar.vue
+++ b/front/src/components/Sidebar.vue
@@ -181,11 +181,20 @@ $sidebar-color: #1B1C1D;
 }
 
 .menu-area {
-  padding: 0.5rem;
   .menu .item:not(.active):not(:hover) {
-    background-color: rgba(255, 255, 255, 0.06);
+    background-color: rgba(255, 255, 255, 0.15);
   }
 
+  .menu .item {
+    border-radius: 0;
+  }
+
+  .menu .item.active {
+    background-color: $sidebar-color;
+    &:hover {
+      background-color: $sidebar-color;      
+    }
+  }
 }
 .tabs {
   overflow-y: auto;