diff --git a/web/frontend/src/App.vue b/web/frontend/src/App.vue index 491e341..78c5bff 100644 --- a/web/frontend/src/App.vue +++ b/web/frontend/src/App.vue @@ -24,7 +24,7 @@ function logout() { @@ -76,7 +76,7 @@ body { height: 100%; } .aside { - background: #1f2d3d; + background: #282828; color: #cfd8e3; } .brand { @@ -86,7 +86,7 @@ body { justify-content: center; font-size: 18px; letter-spacing: 2px; - border-bottom: 1px solid #344558; + border-bottom: 1px solid #3a3a3a; } .header { display: flex;