[배경 opacity]

- 라이브 영상이 안보이는 문제가있어 0.5로 수정.
This commit is contained in:
junghoon86.park
2025-11-19 20:21:00 +09:00
parent 129b6e6623
commit 776a875920

View File

@@ -22,7 +22,7 @@
height: 100%; height: 100%;
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%); background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
z-index: 2; z-index: 2;
opacity: 1; opacity: 0.5;
transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;
} }