Pagina profilo e modiche al theme
This commit is contained in:
@@ -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);*/
|
||||
|
||||
Reference in New Issue
Block a user