﻿@-webkit-keyframes highlight-green {
    0% {
        color: #7AC142;
        font-weight: 700;
    }

    50% {
        color: #7AC142;
        font-weight: 700;
    }

    100% {
        color: #000000;
        font-weight: 400;
    }
}

@keyframes highlight-green {
    0% {
        color: #7AC142;
        font-weight: 700;
    }

    50% {
        color: #7AC142;
        font-weight: 700;
    }

    100% {
        color: #000000;
        font-weight: 400;
    }
}
