Skip to content

Commit

Permalink
consistent assistant colouring
Browse files Browse the repository at this point in the history
  • Loading branch information
rauner committed Mar 7, 2024
1 parent 889e451 commit 63eb20d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions rust_bot/static/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
width: 20px;
height: 20px;
margin: 5px;
background-color: #333;
background-color: #dbfba3;
border-radius: 50%;
opacity: 0;
animation: dot-flashing 1.25s infinite;
Expand All @@ -62,12 +62,9 @@
50%, 100% { opacity: 0; }
80% { opacity: 1; }
}
.dot-flashing:nth-child(3) { animation-delay: 0s; }
.dot-flashing:nth-child(2) { animation-delay: 0.25s; }
.dot-flashing:nth-child(1) { animation-delay: 0.5s; }
.dot-flashing:nth-child(1) { animation-delay: 0.75s; }
.dot-flashing:nth-child(2) { animation-delay: 1s; }
.dot-flashing:nth-child(3) { animation-delay: 1.25s; }
.dot-flashing:nth-child(2) { animation-delay: 0.25s; }
.dot-flashing:nth-child(3) { animation-delay: 0s; }

#info-container {
position: absolute;
Expand Down

0 comments on commit 63eb20d

Please sign in to comment.