Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {

body.dark-mode {
background: linear-gradient(135deg, #2c2c2c 0%, #121212 100%);
color: #e0e0e0;
color: #2c2c2c;
}


Expand Down Expand Up @@ -70,7 +70,7 @@ body.dark-mode {
margin-bottom: 10px;
max-width: 80%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
background: linear-gradient(135deg, #ececec 0%, #f4f4f4 100%);
background: #2c2c2c;
animation: fadeInUp 0.5s ease-in-out;
transition: background-color 0.3s ease;
}
Expand All @@ -94,7 +94,7 @@ body.dark-mode {

.user-message {
background-color: #0084ff;
color: #fff;
/*color: #fff;*/
text-align: right;
align-self: flex-end;
}
Expand All @@ -103,7 +103,7 @@ body.dark-mode {
display: flex;
padding: 10px;
border-top: 1px solid #ddd;
background-color: #f4f4f4;
/*background-color: #f4f4f4;*/
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

Expand Down