From c72b987ff754d56f7bcb3fce3e7764bbc1f51a2b Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 27 May 2026 11:01:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=A0=ED=98=B8=EB=93=B1=20=EC=83=89?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/virtualTradingDashboard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/virtualTradingDashboard.css b/frontend/src/styles/virtualTradingDashboard.css index 77899fc..611cf39 100644 --- a/frontend/src/styles/virtualTradingDashboard.css +++ b/frontend/src/styles/virtualTradingDashboard.css @@ -2065,7 +2065,7 @@ .vtd-sig-light-bulb--red { background: radial-gradient(circle at 35% 35%, #ff8a80, #c62828); } .vtd-sig-light-bulb--yellow { background: radial-gradient(circle at 35% 35%, #fff59d, #f9a825); } -.vtd-sig-light-bulb--blue { background: radial-gradient(circle at 35% 35%, #82b1ff, #1565c0); } +.vtd-sig-light-bulb--blue { background: radial-gradient(circle at 35% 35%, #84ffff, #0288d1); } .vtd-sig-light-bulb--on { opacity: 1; @@ -2080,7 +2080,7 @@ } .vtd-sig-light-bulb--blue.vtd-sig-light-bulb--on { - box-shadow: 0 0 18px 6px color-mix(in srgb, #4fc3f7 80%, transparent); + box-shadow: 0 0 14px 4px color-mix(in srgb, #00b0ff 70%, transparent); } .vtd-sig-light-info {