Update color scheme in AppHeader and AppNavigation components for visual consistency

- Changed background color in AppHeader.vue and AppNavigation.vue to a new shade for improved aesthetics.
- Adjusted hover states and submenu background colors in AppNavigation.vue to match the updated theme.
- Refactored FamilyView.vue to enhance layout with additional padding for better alignment of elements.
This commit is contained in:
Torsten Schulz (local)
2026-01-22 12:56:53 +01:00
parent dc08da211f
commit 09af7af228
3 changed files with 9 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ header {
display: flex;
justify-content: space-between;
padding: 10px;
background-color: #FF8C5A;
background-color: #f8a22b;
}
.logo, .title, .advertisement {
text-align: center;