update sidebar's font styling
This commit is contained in:
parent
416578b20b
commit
852cc2b8b9
|
|
@ -22893,7 +22893,7 @@ .sidebar-wrapper .menu .sidebar-title {
|
|||
font-size: 1rem;
|
||||
list-style: none;
|
||||
font-weight: 600;
|
||||
color: #25396f
|
||||
color: black
|
||||
}
|
||||
|
||||
.sidebar-wrapper .menu .sidebar-link {
|
||||
|
|
@ -22905,12 +22905,12 @@ .sidebar-wrapper .menu .sidebar-link {
|
|||
border-radius: .5rem;
|
||||
transition: all .5s;
|
||||
text-decoration: none;
|
||||
color: #25396f
|
||||
color: black
|
||||
}
|
||||
|
||||
.sidebar-wrapper .menu .sidebar-link svg,
|
||||
.sidebar-wrapper .menu .sidebar-link i {
|
||||
color: #7c8db5
|
||||
color: black
|
||||
}
|
||||
|
||||
.sidebar-wrapper .menu .sidebar-link i:before {
|
||||
|
|
|
|||
Loading…
Reference in New Issue