feat:update dark light mode

This commit is contained in:
leeliforever 2026-02-13 03:21:16 +08:00
parent 418d372a9b
commit 9a48b97767

View File

@ -223,14 +223,14 @@
font-size: 14px; font-size: 14px;
} }
.chatContent2 { .chatContent2 {
border-radius: 3px; border-radius: 5px;
padding: 6px 15px; padding: 6px 15px;
} }
.chatBoxMe{ .chatBoxMe{
margin-top: 10px; margin-top: 10px;
} }
.chatBoxMe .chatContent2 { .chatBoxMe .chatContent2 {
border-radius: 8px 8px 0px 8px; border-radius: 5px;
background-color: #cde0ff; background-color: #cde0ff;
color: #000; color: #000;
} }