fix: [sidebar] 메뉴 검색 결과 텍스트 색상 가독성 개선
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user