body { background-color: #3e4789; }
.highlight-foreground { color: #6c4ea9; }
.highlight-background { background-color: #6c4ea9; }
.highlight-border-small { border: 1px solid #6c4ea9; }
.highlight-transparent-border-colour { border-color: #6c4ea9 transparent transparent transparent; }
.highlight-flash { animation: flash 5s 1; } @keyframes flash { 0% { background-color: #6c4ea933; } 100% { background-color: transparent; }}