Skip to content

Commit

Permalink
[Style] 하이라이트 색상수정 #1138
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho Jeon committed Dec 7, 2023
1 parent a41ac19 commit 6dc6943
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/tournament/TournamentMatch.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6dc6943

Please sign in to comment.