There was an error while loading. Please reload this page.
2 parents 11cbae8 + 4c10eca commit c1bcf2dCopy full SHA for c1bcf2d
src/components/ChatStyles.css
@@ -800,8 +800,7 @@
800
801
.chat-content-area {
802
flex: 1;
803
- background-color: #222;
804
- /* 검은색 배경 */
+ background-color: #c4f871;
805
display: flex;
806
flex-direction: column;
807
}
@@ -939,7 +938,7 @@
939
938
/* 채팅 콘텐츠 영역 (우측 검은 영역) */
940
941
942
+ background-color: #f0fbf1;
943
/* 검은색 배경 */
944
945
@@ -950,7 +949,7 @@
950
949
justify-content: center;
951
align-items: center;
952
height: 100%;
953
- color: #fff;
+ color: #222;
954
font-size: 18px;
955
956
0 commit comments