Pagina profilo e modiche al theme

This commit is contained in:
2025-05-12 10:39:51 +02:00
parent eb1dc8daa2
commit bc3809b61c
21 changed files with 457 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
.navbar {
background: var(--mud-palette-background-gray);
background: var(--mud-palette-surface);
position: fixed;
bottom: 0;
width: 100%;
@@ -12,7 +12,7 @@
.nav-item ::deep a {
display: flex;
align-items: center;
line-height: 1.4;
line-height: 1.2;
justify-content: center;
}
@@ -22,7 +22,7 @@
min-width: 60px;
}
.nav-item ::deep a.active > div { color: var(--mud-palette-primary); }
.nav-item ::deep a.active > div { color: var(--mud-palette-secondary-darken); }
.nav-item ::deep a.active > div > i {
/*background-color: color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);*/