diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 9255a55..00d9630 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -118,6 +118,9 @@ const pageTitle = computed(() => { color: #2c3e50; margin: 0; padding: 0 15px; + background-color: #fdfdfd; + border: 1px solid #e0e0e0; + border-radius: 3px; } .container {