This commit is contained in:
Oliver
2025-07-24 20:05:23 -03:00
parent 70d627f17b
commit 92575c040f
3 changed files with 20 additions and 4 deletions

View File

@@ -243,6 +243,18 @@ footer {
color: #fff;
font-size: 0.9rem;
}
footer a {
color: #fff;
margin: 0 5px;
font-size: 1.2rem;
text-decoration: none;
}
footer a:hover {
color: #0070c0;
}
.hero-list {
list-style: none;
text-align: left;
@@ -408,13 +420,13 @@ footer {
white-space: pre-wrap;
}
.cw-message.user {
background-color: #eaf4ff;
background-color: #DCF8C6;
color: #333;
margin-left: auto;
text-align: right;
}
.cw-message.bot {
background-color: #f5f5f5;
background-color: #E0E0E0;
color: #333;
margin-right: auto;
text-align: left;