/**
 * Supplemental styles for the CI4 OGA layout.
 */

@keyframes blinker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.oga-title-bar {
    background: transparent;
}

.oga-title-bar a {
    color: inherit;
}
