There was an error while loading. Please reload this page.
2 parents 91f33a4 + 6d53ae8 commit 4c10ecaCopy full SHA for 4c10eca
src/components/ChatStyles.css
@@ -781,8 +781,7 @@
781
782
.chat-content-area {
783
flex: 1;
784
- background-color: #222;
785
- /* 검은색 배경 */
+ background-color: #c4f871;
786
display: flex;
787
flex-direction: column;
788
}
@@ -920,7 +919,7 @@
920
919
/* 채팅 콘텐츠 영역 (우측 검은 영역) */
921
922
923
+ background-color: #f0fbf1;
924
/* 검은색 배경 */
925
926
@@ -931,7 +930,7 @@
931
930
justify-content: center;
932
align-items: center;
933
height: 100%;
934
- color: #fff;
+ color: #222;
935
font-size: 18px;
936
937
0 commit comments