From bda61c0ed44ba8b47e9cc3c1ac444b9def9b2198 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Sat, 18 Oct 2025 00:07:17 +0200 Subject: [PATCH] Update App.vue styles; add background color, border, and border-radius to enhance container appearance --- frontend/src/App.vue | 3 +++ 1 file changed, 3 insertions(+) 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 {