.icon-color-remark {
    animation: icon_color_remark 2s infinite!important;
}

@keyframes icon_color_remark {
    0% {
        color: transparent;
    }
    50% {
        color: inherit;
    }
    100% {
        color: transparent;
    }
}