fix: [sidebar] 메뉴 검색 결과 텍스트 색상 가독성 개선

This commit is contained in:
김보곤
2026-03-05 22:11:27 +09:00
parent 08cd48405e
commit 159a7a9331

View File

@@ -152,6 +152,11 @@ class="w-full border-gray-300 rounded-lg text-sm focus:ring-primary focus:border
.menu-search-match > a {
background-color: #f0fdf4 !important;
border-left: 3px solid #22c55e;
color: #1E293B !important;
}
.menu-search-match > a .sidebar-text {
color: #1E293B !important;
}
#menu-search-container {