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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user