blob: 22fe12ffbf32d43f009e8edc3ef49167e53f28af (
plain) (
tree)
|
|
body {
background-color: #373b41;
}
.dropdownLabel {
display: block;
margin: 0 0 0.28571429rem 0;
color: rgba(0, 0, 0, 0.87);
font-size: 0.92857143em;
font-weight: 700;
text-transform: none;
}
#historyContainer {
min-height: 6em;
max-height: 6em;
overflow-y: scroll;
overflow-wrap: break-word;
}
#chatContainer {
min-height: 25em;
max-height: 25em;
overflow-y: scroll;
overflow-wrap: break-word;
}
.iidx {
animation-name: notice;
animation-duration: 0.1s;
animation-iteration-count: infinite;
}
@keyframes notice {
0% {
color: #ffa400;
}
25% {
color: #467fff;
}
50% {
color: #d0ffe1;
}
100% {
color: #ff5a98;
}
}
|