.wp-block-post-terms > a:hover {
    text-decoration: none;
    color: var(--wp--preset--color--accent);
}
.wp-block-post-terms > a {
    transition: 150ms ease-out;
}