Spaces:
Sleeping
Sleeping
Update static/followup-agent.html
Browse files
static/followup-agent.html
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
overflow-wrap: break-word;
|
59 |
}
|
60 |
.user-message {
|
61 |
-
background-color: #
|
62 |
color: #ffffff;
|
63 |
align-self: flex-end;
|
64 |
}
|
@@ -146,8 +146,8 @@
|
|
146 |
transform: translateY(0);
|
147 |
}
|
148 |
.option-button.selected {
|
149 |
-
background-color: #
|
150 |
-
border-color: #
|
151 |
}
|
152 |
@media (max-width: 600px) {
|
153 |
#app {
|
|
|
58 |
overflow-wrap: break-word;
|
59 |
}
|
60 |
.user-message {
|
61 |
+
background-color: #364e67;
|
62 |
color: #ffffff;
|
63 |
align-self: flex-end;
|
64 |
}
|
|
|
146 |
transform: translateY(0);
|
147 |
}
|
148 |
.option-button.selected {
|
149 |
+
background-color: #9fb4cd;
|
150 |
+
border-color: #c9d9ec;
|
151 |
}
|
152 |
@media (max-width: 600px) {
|
153 |
#app {
|