.keyboard-shortcut-bar .reset-shortcut-help{
    color:#aa7a81;
}

.keyboard-shortcut-bar .reset-shortcut-help kbd{
    border-color:rgba(209,91,101,.28);
    color:#ca8b94;
}

.keyboard-shortcut-bar .undo-shortcut-help{
    color:#718994;
}

.keyboard-shortcut-bar .undo-shortcut-help kbd{
    border-color:rgba(10,200,185,.23);
    color:#78d9d2;
}

.keyboard-shortcut-bar .undo-shortcut-help b{
    font-size:.49rem;
    font-weight:900;
    color:#718994;
}

.keyboard-shortcut-bar .undo-shortcut-help b.ready{
    color:#78d9d2;
}

@keyframes draftResetShortcutFlash{
    from{background:rgba(209,91,101,.14)}
    to{background:#040d13}
}

.keyboard-shortcut-bar.shortcut-reset-flash{
    animation:draftResetShortcutFlash .5s ease-out;
}

@keyframes draftShortcutNoop{
    0%,100%{opacity:1}
    50%{opacity:.52}
}

.keyboard-shortcut-bar.shortcut-noop{
    animation:draftShortcutNoop .3s ease-out;
}
