[theme]#2

- 아이템 및 배경 색상 변경
This commit is contained in:
junghoon86.park
2025-11-24 17:47:52 +09:00
parent 8793240cba
commit becf984efc
2 changed files with 4 additions and 9 deletions

View File

@@ -10,14 +10,9 @@
justify-content: flex-start; justify-content: flex-start;
align-items: flex-start; align-items: flex-start;
padding: 60px; padding: 60px;
background: linear-gradient( background: linear-gradient(0deg, rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0.8)),
0deg, linear-gradient(180deg, rgba(0, 0, 0, 0) 15.39%, rgba(0, 0, 0, 0.4) 53.46%, rgba(0, 0, 0, 0.4) 100%);
rgba(0, 0, 0, 0.53) 0%,
rgba(20.56, 4.68, 32.71, 0.53) 60%,
rgba(199, 32, 84, 0) 98%
),
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%),
rgba(30, 30, 30, 0.8);
overflow: visible; // 포커스 테두리가 잘리지 않도록 overflow: visible; // 포커스 테두리가 잘리지 않도록
> * { > * {

View File

@@ -6,7 +6,7 @@
height: 180px; height: 180px;
padding: 30px; padding: 30px;
box-sizing: border-box; box-sizing: border-box;
background: linear-gradient(0deg, 0%, 100%), #2C2C2C; background: #2c2c2c;
border-radius: 12px; border-radius: 12px;
justify-content: flex-start; justify-content: flex-start;
align-items: flex-start; align-items: flex-start;