From dab120eacd617b278209a4033a210f2c34f2d17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 5 Mar 2026 22:11:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[sidebar]=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=20=EA=B2=B0=EA=B3=BC=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=83=89=EC=83=81=20=EA=B0=80=EB=8F=85=EC=84=B1=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/partials/sidebar.blade.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 32bd1fd2..98b524cc 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -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 {