neggles's picture
does this work?
885a42a
raw
history blame contribute delete
566 Bytes
.tokenizer-token {
cursor: pointer;
}
.tokenizer-token-0 {
background: rgba(255, 0, 0, 0.05);
}
.tokenizer-token-0:hover {
background: rgba(255, 0, 0, 0.15);
}
.tokenizer-token-1 {
background: rgba(0, 255, 0, 0.05);
}
.tokenizer-token-1:hover {
background: rgba(0, 255, 0, 0.15);
}
.tokenizer-token-2 {
background: rgba(0, 0, 255, 0.05);
}
.tokenizer-token-2:hover {
background: rgba(0, 0, 255, 0.15);
}
.tokenizer-token-3 {
background: rgba(255, 156, 0, 0.05);
}
.tokenizer-token-3:hover {
background: rgba(255, 156, 0, 0.15);
}