update sidebar's font styling

This commit is contained in:
LailaWulandarii 2025-12-16 21:23:56 +07:00
parent 416578b20b
commit 852cc2b8b9
1 changed files with 3 additions and 3 deletions

View File

@ -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 {