Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LetsWorkAround authored Aug 21, 2024
1 parent 4b55451 commit b150eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
.icam-features-content {
position: relative;
z-index: 2;
background-color: rgba(10, 10, 10, 0.3); /* 배경색을 반투명하게 변경 */
background-color: rgba(10, 10, 10, 0.2); /* 배경색을 반투명하게 변경 */
padding: 20px;
border-radius: 10px;
}
Expand All @@ -244,7 +244,7 @@

/* 추가: 텍스트 가독성을 위한 스타일 */
.icam-features .feature {
background-color: rgba(26, 26, 26, 0.8); /* 각 기능 카드의 배경도 약간 투명하게 */
background-color: rgba(26, 26, 26, 0.2); /* 각 기능 카드의 배경도 약간 투명하게 */
}

.icam-features .section-title,
Expand Down

0 comments on commit b150eab

Please sign in to comment.