From 6dc6943ac518d3a1071029b1d5144e39725f4849 Mon Sep 17 00:00:00 2001 From: Junho Jeon Date: Thu, 7 Dec 2023 15:33:27 +0900 Subject: [PATCH] =?UTF-8?q?[Style]=20=ED=95=98=EC=9D=B4=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20=EC=83=89=EC=83=81=EC=88=98=EC=A0=95=20#1138?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/tournament/TournamentMatch.module.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/tournament/TournamentMatch.module.scss b/styles/tournament/TournamentMatch.module.scss index 600ca016b..f72994909 100644 --- a/styles/tournament/TournamentMatch.module.scss +++ b/styles/tournament/TournamentMatch.module.scss @@ -20,9 +20,8 @@ } .highlight { - /* 바깥 테두리에 반짝이는 효과를 주는 스타일 */ - box-shadow: 0 0 10px 5px rgba(255, 255, 0, 0.5) inset; /* 노란색 그림자, inset을 사용하여 내부가 아닌 외부에 적용 */ - transition: box-shadow 0.3s ease-in-out; /* 그림자에 부드러운 전환 */ + box-shadow: 0 0 10px 5px #ff8c00 inset; + transition: box-shadow 0.3s; } .tournamentMatchContainer {