pvanand commited on
Commit
d78b8c4
·
verified ·
1 Parent(s): 4382787

Update static/followup-agent.html

Browse files
Files changed (1) hide show
  1. static/followup-agent.html +3 -3
static/followup-agent.html CHANGED
@@ -58,7 +58,7 @@
58
  overflow-wrap: break-word;
59
  }
60
  .user-message {
61
- background-color: #5c656e;
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: #c0c4c9;
150
- border-color: #a0a4a9;
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 {