Update App.vue styles; add background color, border, and border-radius to enhance container appearance

This commit is contained in:
Torsten Schulz (local)
2025-10-18 00:07:17 +02:00
parent 6b89272335
commit bda61c0ed4

View File

@@ -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 {