From 852cc2b8b9cfb7ab7675153231b9af6433af8cbb Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Tue, 16 Dec 2025 21:23:56 +0700 Subject: [PATCH] update sidebar's font styling --- public/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 7ad7196..af15c44 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -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 {