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

@@ -448,6 +448,7 @@ export default {
display: flex;
gap: 20px;
align-items: flex-start;
padding-top: 24px;
}
.self-character-3d {
@@ -485,7 +486,7 @@ export default {
}
.relationship {
flex: 1;
flex: 0 1 auto;
}
.partner-character-3d {